| 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 DescribeDataRepositoryAssociationsResponse |
FSxClient.describeDataRepositoryAssociations(Consumer<DescribeDataRepositoryAssociationsRequest.Builder> describeDataRepositoryAssociationsRequest)
Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository associations, if
one or more
AssociationIds values are provided in the request, or if filters are used in the
request. |
default DescribeDataRepositoryAssociationsResponse |
FSxClient.describeDataRepositoryAssociations(DescribeDataRepositoryAssociationsRequest describeDataRepositoryAssociationsRequest)
Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository associations, if
one or more
AssociationIds values are provided in the request, or if filters are used in the
request. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeDataRepositoryAssociationsResponse> |
FSxAsyncClient.describeDataRepositoryAssociations(Consumer<DescribeDataRepositoryAssociationsRequest.Builder> describeDataRepositoryAssociationsRequest)
Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository associations, if
one or more
AssociationIds values are provided in the request, or if filters are used in the
request. |
default CompletableFuture<DescribeDataRepositoryAssociationsResponse> |
FSxAsyncClient.describeDataRepositoryAssociations(DescribeDataRepositoryAssociationsRequest describeDataRepositoryAssociationsRequest)
Returns the description of specific Amazon FSx for Lustre or Amazon File Cache data repository associations, if
one or more
AssociationIds values are provided in the request, or if filters are used in the
request. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeDataRepositoryAssociationsResponse> |
DescribeDataRepositoryAssociationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDataRepositoryAssociationsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeDataRepositoryAssociationsResponse> subscriber) |
Copyright © 2023. All rights reserved.