Uses of Interface
software.amazon.awssdk.services.storagegateway.model.AttachVolumeResponse.Builder
-
Packages that use AttachVolumeResponse.Builder Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of AttachVolumeResponse.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return AttachVolumeResponse.Builder Modifier and Type Method Description static AttachVolumeResponse.BuilderAttachVolumeResponse. builder()AttachVolumeResponse.BuilderAttachVolumeResponse.Builder. targetARN(String targetARN)The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name for the initiator that was used to connect to the target.AttachVolumeResponse.BuilderAttachVolumeResponse. toBuilder()AttachVolumeResponse.BuilderAttachVolumeResponse.Builder. volumeARN(String volumeARN)The Amazon Resource Name (ARN) of the volume that was attached to the gateway.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type AttachVolumeResponse.Builder Modifier and Type Method Description static Class<? extends AttachVolumeResponse.Builder>AttachVolumeResponse. serializableBuilderClass()
-