Uses of Interface
software.amazon.awssdk.services.storagegateway.model.CreateStorediScsiVolumeResponse.Builder
-
Packages that use CreateStorediScsiVolumeResponse.Builder Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of CreateStorediScsiVolumeResponse.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return CreateStorediScsiVolumeResponse.Builder Modifier and Type Method Description static CreateStorediScsiVolumeResponse.BuilderCreateStorediScsiVolumeResponse. builder()CreateStorediScsiVolumeResponse.BuilderCreateStorediScsiVolumeResponse.Builder. targetARN(String targetARN)The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that initiators can use to connect to the target.CreateStorediScsiVolumeResponse.BuilderCreateStorediScsiVolumeResponse. toBuilder()CreateStorediScsiVolumeResponse.BuilderCreateStorediScsiVolumeResponse.Builder. volumeARN(String volumeARN)The Amazon Resource Name (ARN) of the configured volume.CreateStorediScsiVolumeResponse.BuilderCreateStorediScsiVolumeResponse.Builder. volumeSizeInBytes(Long volumeSizeInBytes)The size of the volume in bytes.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type CreateStorediScsiVolumeResponse.Builder Modifier and Type Method Description static Class<? extends CreateStorediScsiVolumeResponse.Builder>CreateStorediScsiVolumeResponse. serializableBuilderClass()
-