Uses of Class
software.amazon.awssdk.services.storagegateway.paginators.ListVolumesIterable
-
Packages that use ListVolumesIterable Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of ListVolumesIterable in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return ListVolumesIterable Modifier and Type Method Description default ListVolumesIterableStorageGatewayClient. listVolumesPaginator()Lists the iSCSI stored volumes of a gateway.default ListVolumesIterableStorageGatewayClient. listVolumesPaginator(Consumer<ListVolumesRequest.Builder> listVolumesRequest)Lists the iSCSI stored volumes of a gateway.default ListVolumesIterableStorageGatewayClient. listVolumesPaginator(ListVolumesRequest listVolumesRequest)Lists the iSCSI stored volumes of a gateway.
-