| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
TagRef |
TagRef.clone() |
TagRef |
TagRef.withKey(String key)
One part of a key-value pair that make up a tag.
|
TagRef |
TagRef.withValue(String value)
The optional part of a key-value pair that make up a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<TagRef> |
CreateGatewayRouteRequest.getTags()
Optional metadata that you can apply to the gateway route to assist with categorization and organization.
|
List<TagRef> |
CreateVirtualGatewayRequest.getTags()
Optional metadata that you can apply to the virtual gateway to assist with categorization and organization.
|
List<TagRef> |
CreateVirtualServiceRequest.getTags()
Optional metadata that you can apply to the virtual service to assist with categorization and organization.
|
List<TagRef> |
TagResourceRequest.getTags()
The tags to add to the resource.
|
List<TagRef> |
CreateVirtualRouterRequest.getTags()
Optional metadata that you can apply to the virtual router to assist with categorization and organization.
|
List<TagRef> |
CreateRouteRequest.getTags()
Optional metadata that you can apply to the route to assist with categorization and organization.
|
List<TagRef> |
ListTagsForResourceResult.getTags()
The tags for the resource.
|
List<TagRef> |
CreateMeshRequest.getTags()
Optional metadata that you can apply to the service mesh to assist with categorization and organization.
|
List<TagRef> |
CreateVirtualNodeRequest.getTags()
Optional metadata that you can apply to the virtual node to assist with categorization and organization.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGatewayRouteRequest |
CreateGatewayRouteRequest.withTags(TagRef... tags)
Optional metadata that you can apply to the gateway route to assist with categorization and organization.
|
CreateVirtualGatewayRequest |
CreateVirtualGatewayRequest.withTags(TagRef... tags)
Optional metadata that you can apply to the virtual gateway to assist with categorization and organization.
|
CreateVirtualServiceRequest |
CreateVirtualServiceRequest.withTags(TagRef... tags)
Optional metadata that you can apply to the virtual service to assist with categorization and organization.
|
TagResourceRequest |
TagResourceRequest.withTags(TagRef... tags)
The tags to add to the resource.
|
CreateVirtualRouterRequest |
CreateVirtualRouterRequest.withTags(TagRef... tags)
Optional metadata that you can apply to the virtual router to assist with categorization and organization.
|
CreateRouteRequest |
CreateRouteRequest.withTags(TagRef... tags)
Optional metadata that you can apply to the route to assist with categorization and organization.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(TagRef... tags)
The tags for the resource.
|
CreateMeshRequest |
CreateMeshRequest.withTags(TagRef... tags)
Optional metadata that you can apply to the service mesh to assist with categorization and organization.
|
CreateVirtualNodeRequest |
CreateVirtualNodeRequest.withTags(TagRef... tags)
Optional metadata that you can apply to the virtual node to assist with categorization and organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateGatewayRouteRequest.setTags(Collection<TagRef> tags)
Optional metadata that you can apply to the gateway route to assist with categorization and organization.
|
void |
CreateVirtualGatewayRequest.setTags(Collection<TagRef> tags)
Optional metadata that you can apply to the virtual gateway to assist with categorization and organization.
|
void |
CreateVirtualServiceRequest.setTags(Collection<TagRef> tags)
Optional metadata that you can apply to the virtual service to assist with categorization and organization.
|
void |
TagResourceRequest.setTags(Collection<TagRef> tags)
The tags to add to the resource.
|
void |
CreateVirtualRouterRequest.setTags(Collection<TagRef> tags)
Optional metadata that you can apply to the virtual router to assist with categorization and organization.
|
void |
CreateRouteRequest.setTags(Collection<TagRef> tags)
Optional metadata that you can apply to the route to assist with categorization and organization.
|
void |
ListTagsForResourceResult.setTags(Collection<TagRef> tags)
The tags for the resource.
|
void |
CreateMeshRequest.setTags(Collection<TagRef> tags)
Optional metadata that you can apply to the service mesh to assist with categorization and organization.
|
void |
CreateVirtualNodeRequest.setTags(Collection<TagRef> tags)
Optional metadata that you can apply to the virtual node to assist with categorization and organization.
|
CreateGatewayRouteRequest |
CreateGatewayRouteRequest.withTags(Collection<TagRef> tags)
Optional metadata that you can apply to the gateway route to assist with categorization and organization.
|
CreateVirtualGatewayRequest |
CreateVirtualGatewayRequest.withTags(Collection<TagRef> tags)
Optional metadata that you can apply to the virtual gateway to assist with categorization and organization.
|
CreateVirtualServiceRequest |
CreateVirtualServiceRequest.withTags(Collection<TagRef> tags)
Optional metadata that you can apply to the virtual service to assist with categorization and organization.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<TagRef> tags)
The tags to add to the resource.
|
CreateVirtualRouterRequest |
CreateVirtualRouterRequest.withTags(Collection<TagRef> tags)
Optional metadata that you can apply to the virtual router to assist with categorization and organization.
|
CreateRouteRequest |
CreateRouteRequest.withTags(Collection<TagRef> tags)
Optional metadata that you can apply to the route to assist with categorization and organization.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<TagRef> tags)
The tags for the resource.
|
CreateMeshRequest |
CreateMeshRequest.withTags(Collection<TagRef> tags)
Optional metadata that you can apply to the service mesh to assist with categorization and organization.
|
CreateVirtualNodeRequest |
CreateVirtualNodeRequest.withTags(Collection<TagRef> tags)
Optional metadata that you can apply to the virtual node to assist with categorization and organization.
|
Copyright © 2021. All rights reserved.