Uses of Interface
software.amazon.awssdk.services.storagegateway.model.DetachVolumeRequest.Builder
-
Packages that use DetachVolumeRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of DetachVolumeRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type DetachVolumeRequest.Builder Modifier and Type Method Description default CompletableFuture<DetachVolumeResponse>StorageGatewayAsyncClient. detachVolume(Consumer<DetachVolumeRequest.Builder> detachVolumeRequest)Disconnects a volume from an iSCSI connection and then detaches the volume from the specified gateway.default DetachVolumeResponseStorageGatewayClient. detachVolume(Consumer<DetachVolumeRequest.Builder> detachVolumeRequest)Disconnects a volume from an iSCSI connection and then detaches the volume from the specified gateway. -
Uses of DetachVolumeRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return DetachVolumeRequest.Builder Modifier and Type Method Description static DetachVolumeRequest.BuilderDetachVolumeRequest. builder()DetachVolumeRequest.BuilderDetachVolumeRequest.Builder. forceDetach(Boolean forceDetach)Set totrueto forcibly remove the iSCSI connection of the target volume and detach the volume.DetachVolumeRequest.BuilderDetachVolumeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DetachVolumeRequest.BuilderDetachVolumeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DetachVolumeRequest.BuilderDetachVolumeRequest. toBuilder()DetachVolumeRequest.BuilderDetachVolumeRequest.Builder. volumeARN(String volumeARN)The Amazon Resource Name (ARN) of the volume to detach from the gateway.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type DetachVolumeRequest.Builder Modifier and Type Method Description static Class<? extends DetachVolumeRequest.Builder>DetachVolumeRequest. serializableBuilderClass()
-