| Package | Description |
|---|---|
| com.amazonaws.services.appmesh |
App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and control microservices.
|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
AbstractAWSAppMesh.listTagsForResource(ListTagsForResourceRequest request) |
ListTagsForResourceResult |
AWSAppMeshClient.listTagsForResource(ListTagsForResourceRequest request)
List the tags for an App Mesh resource.
|
ListTagsForResourceResult |
AWSAppMesh.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List the tags for an App Mesh resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AWSAppMeshAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AWSAppMeshAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
List the tags for an App Mesh resource.
|
Future<ListTagsForResourceResult> |
AbstractAWSAppMeshAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResult |
ListTagsForResourceResult.clone() |
ListTagsForResourceResult |
ListTagsForResourceResult.withNextToken(String nextToken)
The
nextToken value to include in a future ListTagsForResource request. |
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<TagRef> tags)
The tags for the resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(TagRef... tags)
The tags for the resource.
|
Copyright © 2022. All rights reserved.