| Package | Description |
|---|---|
| com.amazonaws.services.fsx |
Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use
shared file storage.
|
| com.amazonaws.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTagsForResourceResult> |
AmazonFSxAsyncClient.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AbstractAmazonFSxAsync.listTagsForResourceAsync(ListTagsForResourceRequest request,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler) |
Future<ListTagsForResourceResult> |
AmazonFSxAsync.listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists tags for Amazon FSx resources.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceRequest |
ListTagsForResourceRequest.clone() |
ListTagsForResourceRequest |
ListTagsForResourceRequest.withMaxResults(Integer maxResults)
Maximum number of tags to return in the response (integer).
|
ListTagsForResourceRequest |
ListTagsForResourceRequest.withNextToken(String nextToken)
Opaque pagination token returned from a previous
ListTagsForResource operation (String). |
ListTagsForResourceRequest |
ListTagsForResourceRequest.withResourceARN(String resourceARN)
The ARN of the Amazon FSx resource that will have its tags listed.
|
Copyright © 2022. All rights reserved.