Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateSnapshotsRequest.Builder
Packages that use CreateSnapshotsRequest.Builder
Package
Description
-
Uses of CreateSnapshotsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateSnapshotsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateSnapshotsResponse>Ec2AsyncClient.createSnapshots(Consumer<CreateSnapshotsRequest.Builder> createSnapshotsRequest) Creates crash-consistent snapshots of multiple EBS volumes attached to an Amazon EC2 instance.default CreateSnapshotsResponseEc2Client.createSnapshots(Consumer<CreateSnapshotsRequest.Builder> createSnapshotsRequest) Creates crash-consistent snapshots of multiple EBS volumes attached to an Amazon EC2 instance. -
Uses of CreateSnapshotsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateSnapshotsRequest.BuilderModifier and TypeMethodDescriptionCreateSnapshotsRequest.builder()CreateSnapshotsRequest.Builder.copyTagsFromSource(String copyTagsFromSource) Copies the tags from the specified volume to corresponding snapshot.CreateSnapshotsRequest.Builder.copyTagsFromSource(CopyTagsFromSource copyTagsFromSource) Copies the tags from the specified volume to corresponding snapshot.CreateSnapshotsRequest.Builder.description(String description) A description propagated to every snapshot specified by the instance.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.default CreateSnapshotsRequest.BuilderCreateSnapshotsRequest.Builder.instanceSpecification(Consumer<InstanceSpecification.Builder> instanceSpecification) The instance to specify which volumes should be included in the snapshots.CreateSnapshotsRequest.Builder.instanceSpecification(InstanceSpecification instanceSpecification) The instance to specify which volumes should be included in the snapshots.CreateSnapshotsRequest.Builder.location(SnapshotLocationEnum location) CreateSnapshotsRequest.Builder.outpostArn(String outpostArn) CreateSnapshotsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateSnapshotsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateSnapshotsRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) Tags to apply to every snapshot specified by the instance.CreateSnapshotsRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) Tags to apply to every snapshot specified by the instance.CreateSnapshotsRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) Tags to apply to every snapshot specified by the instance.CreateSnapshotsRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateSnapshotsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateSnapshotsRequest.Builder>CreateSnapshotsRequest.serializableBuilderClass()