Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateSnapshotRequest.Builder
Packages that use CreateSnapshotRequest.Builder
Package
Description
-
Uses of CreateSnapshotRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateSnapshotRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateSnapshotResponse>Ec2AsyncClient.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest) Creates a snapshot of an EBS volume and stores it in Amazon S3.default CreateSnapshotResponseEc2Client.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest) Creates a snapshot of an EBS volume and stores it in Amazon S3. -
Uses of CreateSnapshotRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateSnapshotRequest.BuilderModifier and TypeMethodDescriptionCreateSnapshotRequest.builder()CreateSnapshotRequest.Builder.description(String description) A description for the snapshot.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateSnapshotRequest.Builder.location(SnapshotLocationEnum location) CreateSnapshotRequest.Builder.outpostArn(String outpostArn) CreateSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateSnapshotRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the snapshot during creation.CreateSnapshotRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the snapshot during creation.CreateSnapshotRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the snapshot during creation.CreateSnapshotRequest.toBuilder()The ID of the Amazon EBS volume.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateSnapshotRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateSnapshotRequest.Builder>CreateSnapshotRequest.serializableBuilderClass()