Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<CreateSnapshotsResponse> |
Ec2AsyncClient.createSnapshots(Consumer<CreateSnapshotsRequest.Builder> createSnapshotsRequest)
Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3.
|
default CreateSnapshotsResponse |
Ec2Client.createSnapshots(Consumer<CreateSnapshotsRequest.Builder> createSnapshotsRequest)
Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3.
|
Modifier and Type | Method and Description |
---|---|
static CreateSnapshotsRequest.Builder |
CreateSnapshotsRequest.builder() |
CreateSnapshotsRequest.Builder |
CreateSnapshotsRequest.Builder.copyTagsFromSource(CopyTagsFromSource copyTagsFromSource)
Copies the tags from the specified volume to corresponding snapshot.
|
CreateSnapshotsRequest.Builder |
CreateSnapshotsRequest.Builder.copyTagsFromSource(String copyTagsFromSource)
Copies the tags from the specified volume to corresponding snapshot.
|
CreateSnapshotsRequest.Builder |
CreateSnapshotsRequest.Builder.description(String description)
A description propagated to every snapshot specified by the instance.
|
default CreateSnapshotsRequest.Builder |
CreateSnapshotsRequest.Builder.instanceSpecification(Consumer<InstanceSpecification.Builder> instanceSpecification)
The instance to specify which volumes should be included in the snapshots.
|
CreateSnapshotsRequest.Builder |
CreateSnapshotsRequest.Builder.instanceSpecification(InstanceSpecification instanceSpecification)
The instance to specify which volumes should be included in the snapshots.
|
CreateSnapshotsRequest.Builder |
CreateSnapshotsRequest.Builder.outpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost on which to create the local snapshots.
|
CreateSnapshotsRequest.Builder |
CreateSnapshotsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateSnapshotsRequest.Builder |
CreateSnapshotsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateSnapshotsRequest.Builder |
CreateSnapshotsRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
Tags to apply to every snapshot specified by the instance.
|
CreateSnapshotsRequest.Builder |
CreateSnapshotsRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
Tags to apply to every snapshot specified by the instance.
|
CreateSnapshotsRequest.Builder |
CreateSnapshotsRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
Tags to apply to every snapshot specified by the instance.
|
CreateSnapshotsRequest.Builder |
CreateSnapshotsRequest.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends CreateSnapshotsRequest.Builder> |
CreateSnapshotsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.