| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.fsx.paginators | |
| software.amazon.awssdk.services.fsx.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeFileCachesResponse |
FSxClient.describeFileCaches(DescribeFileCachesRequest describeFileCachesRequest)
Returns the description of a specific Amazon File Cache resource, if a
FileCacheIds value is
provided for that cache. |
default CompletableFuture<DescribeFileCachesResponse> |
FSxAsyncClient.describeFileCaches(DescribeFileCachesRequest describeFileCachesRequest)
Returns the description of a specific Amazon File Cache resource, if a
FileCacheIds value is
provided for that cache. |
default DescribeFileCachesIterable |
FSxClient.describeFileCachesPaginator(DescribeFileCachesRequest describeFileCachesRequest)
Returns the description of a specific Amazon File Cache resource, if a
FileCacheIds value is
provided for that cache. |
default DescribeFileCachesPublisher |
FSxAsyncClient.describeFileCachesPaginator(DescribeFileCachesRequest describeFileCachesRequest)
Returns the description of a specific Amazon File Cache resource, if a
FileCacheIds value is
provided for that cache. |
| Constructor and Description |
|---|
DescribeFileCachesIterable(FSxClient client,
DescribeFileCachesRequest firstRequest) |
DescribeFileCachesPublisher(FSxAsyncClient client,
DescribeFileCachesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeFileCachesRequestMarshaller.marshall(DescribeFileCachesRequest describeFileCachesRequest) |
Copyright © 2023. All rights reserved.