| 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 |
|---|---|
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 |
|---|---|
ListTagsForResourceRequest |
ListTagsForResourceRequest.clone() |
ListTagsForResourceRequest |
ListTagsForResourceRequest.withLimit(Integer limit)
The maximum number of tag results returned by
ListTagsForResource in paginated output. |
ListTagsForResourceRequest |
ListTagsForResourceRequest.withNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListTagsForResource request
where limit was used and the results exceeded the value of that parameter. |
ListTagsForResourceRequest |
ListTagsForResourceRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) that identifies the resource to list the tags for.
|
Copyright © 2024. All rights reserved.