Uses of Class
software.amazon.awssdk.services.storagegateway.model.ListVolumeInitiatorsResponse
-
Packages that use ListVolumeInitiatorsResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of ListVolumeInitiatorsResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return ListVolumeInitiatorsResponse Modifier and Type Method Description default ListVolumeInitiatorsResponseStorageGatewayClient. listVolumeInitiators(Consumer<ListVolumeInitiatorsRequest.Builder> listVolumeInitiatorsRequest)Lists iSCSI initiators that are connected to a volume.default ListVolumeInitiatorsResponseStorageGatewayClient. listVolumeInitiators(ListVolumeInitiatorsRequest listVolumeInitiatorsRequest)Lists iSCSI initiators that are connected to a volume.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type ListVolumeInitiatorsResponse Modifier and Type Method Description default CompletableFuture<ListVolumeInitiatorsResponse>StorageGatewayAsyncClient. listVolumeInitiators(Consumer<ListVolumeInitiatorsRequest.Builder> listVolumeInitiatorsRequest)Lists iSCSI initiators that are connected to a volume.default CompletableFuture<ListVolumeInitiatorsResponse>StorageGatewayAsyncClient. listVolumeInitiators(ListVolumeInitiatorsRequest listVolumeInitiatorsRequest)Lists iSCSI initiators that are connected to a volume.
-