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