Uses of Interface
software.amazon.awssdk.services.ec2.model.CopySnapshotResponse.Builder
-
Packages that use CopySnapshotResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CopySnapshotResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CopySnapshotResponse.Builder Modifier and Type Method Description static CopySnapshotResponse.BuilderCopySnapshotResponse. builder()CopySnapshotResponse.BuilderCopySnapshotResponse.Builder. snapshotId(String snapshotId)The ID of the new snapshot.CopySnapshotResponse.BuilderCopySnapshotResponse.Builder. tags(Collection<Tag> tags)Any tags applied to the new snapshot.CopySnapshotResponse.BuilderCopySnapshotResponse.Builder. tags(Consumer<Tag.Builder>... tags)Any tags applied to the new snapshot.CopySnapshotResponse.BuilderCopySnapshotResponse.Builder. tags(Tag... tags)Any tags applied to the new snapshot.CopySnapshotResponse.BuilderCopySnapshotResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CopySnapshotResponse.Builder Modifier and Type Method Description static Class<? extends CopySnapshotResponse.Builder>CopySnapshotResponse. serializableBuilderClass()
-