Uses of Class
software.amazon.awssdk.services.storagegateway.model.ListVolumesResponse
-
Packages that use ListVolumesResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.paginators -
-
Uses of ListVolumesResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return ListVolumesResponse Modifier and Type Method Description default ListVolumesResponseStorageGatewayClient. listVolumes()Lists the iSCSI stored volumes of a gateway.default ListVolumesResponseStorageGatewayClient. listVolumes(Consumer<ListVolumesRequest.Builder> listVolumesRequest)Lists the iSCSI stored volumes of a gateway.default ListVolumesResponseStorageGatewayClient. listVolumes(ListVolumesRequest listVolumesRequest)Lists the iSCSI stored volumes of a gateway.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type ListVolumesResponse Modifier and Type Method Description default CompletableFuture<ListVolumesResponse>StorageGatewayAsyncClient. listVolumes()Lists the iSCSI stored volumes of a gateway.default CompletableFuture<ListVolumesResponse>StorageGatewayAsyncClient. listVolumes(Consumer<ListVolumesRequest.Builder> listVolumesRequest)Lists the iSCSI stored volumes of a gateway.default CompletableFuture<ListVolumesResponse>StorageGatewayAsyncClient. listVolumes(ListVolumesRequest listVolumesRequest)Lists the iSCSI stored volumes of a gateway. -
Uses of ListVolumesResponse in software.amazon.awssdk.services.storagegateway.paginators
Methods in software.amazon.awssdk.services.storagegateway.paginators that return types with arguments of type ListVolumesResponse Modifier and Type Method Description Iterator<ListVolumesResponse>ListVolumesIterable. iterator()Method parameters in software.amazon.awssdk.services.storagegateway.paginators with type arguments of type ListVolumesResponse Modifier and Type Method Description voidListVolumesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListVolumesResponse> subscriber)
-