Uses of Class
software.amazon.awssdk.services.storagegateway.model.ListFileSystemAssociationsResponse
-
Packages that use ListFileSystemAssociationsResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.paginators -
-
Uses of ListFileSystemAssociationsResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return ListFileSystemAssociationsResponse Modifier and Type Method Description default ListFileSystemAssociationsResponseStorageGatewayClient. listFileSystemAssociations(Consumer<ListFileSystemAssociationsRequest.Builder> listFileSystemAssociationsRequest)Gets a list ofFileSystemAssociationSummaryobjects.default ListFileSystemAssociationsResponseStorageGatewayClient. listFileSystemAssociations(ListFileSystemAssociationsRequest listFileSystemAssociationsRequest)Gets a list ofFileSystemAssociationSummaryobjects.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type ListFileSystemAssociationsResponse Modifier and Type Method Description default CompletableFuture<ListFileSystemAssociationsResponse>StorageGatewayAsyncClient. listFileSystemAssociations(Consumer<ListFileSystemAssociationsRequest.Builder> listFileSystemAssociationsRequest)Gets a list ofFileSystemAssociationSummaryobjects.default CompletableFuture<ListFileSystemAssociationsResponse>StorageGatewayAsyncClient. listFileSystemAssociations(ListFileSystemAssociationsRequest listFileSystemAssociationsRequest)Gets a list ofFileSystemAssociationSummaryobjects. -
Uses of ListFileSystemAssociationsResponse in software.amazon.awssdk.services.storagegateway.paginators
Methods in software.amazon.awssdk.services.storagegateway.paginators that return types with arguments of type ListFileSystemAssociationsResponse Modifier and Type Method Description Iterator<ListFileSystemAssociationsResponse>ListFileSystemAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.storagegateway.paginators with type arguments of type ListFileSystemAssociationsResponse Modifier and Type Method Description voidListFileSystemAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListFileSystemAssociationsResponse> subscriber)
-