| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListFileSystemAssociationsResponse |
StorageGatewayClient.listFileSystemAssociations(Consumer<ListFileSystemAssociationsRequest.Builder> listFileSystemAssociationsRequest)
Gets a list of
FileSystemAssociationSummary objects. |
default ListFileSystemAssociationsResponse |
StorageGatewayClient.listFileSystemAssociations(ListFileSystemAssociationsRequest listFileSystemAssociationsRequest)
Gets a list of
FileSystemAssociationSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListFileSystemAssociationsResponse> |
StorageGatewayAsyncClient.listFileSystemAssociations(Consumer<ListFileSystemAssociationsRequest.Builder> listFileSystemAssociationsRequest)
Gets a list of
FileSystemAssociationSummary objects. |
default CompletableFuture<ListFileSystemAssociationsResponse> |
StorageGatewayAsyncClient.listFileSystemAssociations(ListFileSystemAssociationsRequest listFileSystemAssociationsRequest)
Gets a list of
FileSystemAssociationSummary objects. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListFileSystemAssociationsResponse> |
ListFileSystemAssociationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListFileSystemAssociationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListFileSystemAssociationsResponse> subscriber) |
Copyright © 2022. All rights reserved.