| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model | |
| software.amazon.awssdk.services.appmesh.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<TagRef> |
CreateVirtualNodeRequest.tags()
Optional metadata that you can apply to the virtual node to assist with categorization and organization.
|
List<TagRef> |
CreateVirtualServiceRequest.tags()
Optional metadata that you can apply to the virtual service to assist with categorization and organization.
|
List<TagRef> |
ListTagsForResourceResponse.tags()
The tags for the resource.
|
List<TagRef> |
CreateGatewayRouteRequest.tags()
Optional metadata that you can apply to the gateway route to assist with categorization and organization.
|
List<TagRef> |
CreateVirtualRouterRequest.tags()
Optional metadata that you can apply to the virtual router to assist with categorization and organization.
|
List<TagRef> |
CreateVirtualGatewayRequest.tags()
Optional metadata that you can apply to the virtual gateway to assist with categorization and organization.
|
List<TagRef> |
TagResourceRequest.tags()
The tags to add to the resource.
|
List<TagRef> |
CreateMeshRequest.tags()
Optional metadata that you can apply to the service mesh to assist with categorization and organization.
|
List<TagRef> |
CreateRouteRequest.tags()
Optional metadata that you can apply to the route to assist with categorization and organization.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVirtualNodeRequest.Builder |
CreateVirtualNodeRequest.Builder.tags(TagRef... tags)
Optional metadata that you can apply to the virtual node to assist with categorization and organization.
|
CreateVirtualServiceRequest.Builder |
CreateVirtualServiceRequest.Builder.tags(TagRef... tags)
Optional metadata that you can apply to the virtual service to assist with categorization and organization.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(TagRef... tags)
The tags for the resource.
|
CreateGatewayRouteRequest.Builder |
CreateGatewayRouteRequest.Builder.tags(TagRef... tags)
Optional metadata that you can apply to the gateway route to assist with categorization and organization.
|
CreateVirtualRouterRequest.Builder |
CreateVirtualRouterRequest.Builder.tags(TagRef... tags)
Optional metadata that you can apply to the virtual router to assist with categorization and organization.
|
CreateVirtualGatewayRequest.Builder |
CreateVirtualGatewayRequest.Builder.tags(TagRef... tags)
Optional metadata that you can apply to the virtual gateway to assist with categorization and organization.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(TagRef... tags)
The tags to add to the resource.
|
CreateMeshRequest.Builder |
CreateMeshRequest.Builder.tags(TagRef... tags)
Optional metadata that you can apply to the service mesh to assist with categorization and organization.
|
CreateRouteRequest.Builder |
CreateRouteRequest.Builder.tags(TagRef... tags)
Optional metadata that you can apply to the route to assist with categorization and organization.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVirtualNodeRequest.Builder |
CreateVirtualNodeRequest.Builder.tags(Collection<TagRef> tags)
Optional metadata that you can apply to the virtual node to assist with categorization and organization.
|
CreateVirtualServiceRequest.Builder |
CreateVirtualServiceRequest.Builder.tags(Collection<TagRef> tags)
Optional metadata that you can apply to the virtual service to assist with categorization and organization.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<TagRef> tags)
The tags for the resource.
|
CreateGatewayRouteRequest.Builder |
CreateGatewayRouteRequest.Builder.tags(Collection<TagRef> tags)
Optional metadata that you can apply to the gateway route to assist with categorization and organization.
|
CreateVirtualRouterRequest.Builder |
CreateVirtualRouterRequest.Builder.tags(Collection<TagRef> tags)
Optional metadata that you can apply to the virtual router to assist with categorization and organization.
|
CreateVirtualGatewayRequest.Builder |
CreateVirtualGatewayRequest.Builder.tags(Collection<TagRef> tags)
Optional metadata that you can apply to the virtual gateway to assist with categorization and organization.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<TagRef> tags)
The tags to add to the resource.
|
CreateMeshRequest.Builder |
CreateMeshRequest.Builder.tags(Collection<TagRef> tags)
Optional metadata that you can apply to the service mesh to assist with categorization and organization.
|
CreateRouteRequest.Builder |
CreateRouteRequest.Builder.tags(Collection<TagRef> tags)
Optional metadata that you can apply to the route to assist with categorization and organization.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<TagRef> |
ListTagsForResourcePublisher.tags()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<TagRef> |
ListTagsForResourceIterable.tags()
Returns an iterable to iterate through the paginated
ListTagsForResourceResponse.tags() member. |
Copyright © 2021. All rights reserved.