Uses of Interface
software.amazon.awssdk.services.storagegateway.model.CreateSnapshotResponse.Builder
-
Packages that use CreateSnapshotResponse.Builder Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of CreateSnapshotResponse.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return CreateSnapshotResponse.Builder Modifier and Type Method Description static CreateSnapshotResponse.BuilderCreateSnapshotResponse. builder()CreateSnapshotResponse.BuilderCreateSnapshotResponse.Builder. snapshotId(String snapshotId)The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots (Amazon Elastic Compute Cloud APIDescribeSnapshots) or creating a volume from a snapshot (CreateStorediSCSIVolume).CreateSnapshotResponse.BuilderCreateSnapshotResponse. toBuilder()CreateSnapshotResponse.BuilderCreateSnapshotResponse.Builder. volumeARN(String volumeARN)The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type CreateSnapshotResponse.Builder Modifier and Type Method Description static Class<? extends CreateSnapshotResponse.Builder>CreateSnapshotResponse. serializableBuilderClass()
-