Uses of Interface
software.amazon.awssdk.services.storagegateway.model.AttachVolumeRequest.Builder
-
Packages that use AttachVolumeRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of AttachVolumeRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type AttachVolumeRequest.Builder Modifier and Type Method Description default CompletableFuture<AttachVolumeResponse>StorageGatewayAsyncClient. attachVolume(Consumer<AttachVolumeRequest.Builder> attachVolumeRequest)Connects a volume to an iSCSI connection and then attaches the volume to the specified gateway.default AttachVolumeResponseStorageGatewayClient. attachVolume(Consumer<AttachVolumeRequest.Builder> attachVolumeRequest)Connects a volume to an iSCSI connection and then attaches the volume to the specified gateway. -
Uses of AttachVolumeRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return AttachVolumeRequest.Builder Modifier and Type Method Description static AttachVolumeRequest.BuilderAttachVolumeRequest. builder()AttachVolumeRequest.BuilderAttachVolumeRequest.Builder. diskId(String diskId)The unique device ID or other distinguishing data that identifies the local disk used to create the volume.AttachVolumeRequest.BuilderAttachVolumeRequest.Builder. gatewayARN(String gatewayARN)The Amazon Resource Name (ARN) of the gateway that you want to attach the volume to.AttachVolumeRequest.BuilderAttachVolumeRequest.Builder. networkInterfaceId(String networkInterfaceId)The network interface of the gateway on which to expose the iSCSI target.AttachVolumeRequest.BuilderAttachVolumeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AttachVolumeRequest.BuilderAttachVolumeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AttachVolumeRequest.BuilderAttachVolumeRequest.Builder. targetName(String targetName)The name of the iSCSI target used by an initiator to connect to a volume and used as a suffix for the target ARN.AttachVolumeRequest.BuilderAttachVolumeRequest. toBuilder()AttachVolumeRequest.BuilderAttachVolumeRequest.Builder. volumeARN(String volumeARN)The Amazon Resource Name (ARN) of the volume to attach to the specified gateway.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type AttachVolumeRequest.Builder Modifier and Type Method Description static Class<? extends AttachVolumeRequest.Builder>AttachVolumeRequest. serializableBuilderClass()
-