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