| 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 |
| Modifier and Type | Method and Description |
|---|---|
default DescribeFileCachesResponse |
FSxClient.describeFileCaches(Consumer<DescribeFileCachesRequest.Builder> describeFileCachesRequest)
Returns the description of a specific Amazon File Cache resource, if a
FileCacheIds value is
provided for that cache. |
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. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeFileCachesResponse> |
FSxAsyncClient.describeFileCaches(Consumer<DescribeFileCachesRequest.Builder> 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. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeFileCachesResponse> |
DescribeFileCachesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFileCachesPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeFileCachesResponse> subscriber) |
Copyright © 2023. All rights reserved.