Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CreateSnapshotsResult |
AmazonEC2Client.createSnapshots(CreateSnapshotsRequest request)
Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3.
|
CreateSnapshotsResult |
AmazonEC2.createSnapshots(CreateSnapshotsRequest createSnapshotsRequest)
Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3.
|
CreateSnapshotsResult |
AbstractAmazonEC2.createSnapshots(CreateSnapshotsRequest request) |
Future<CreateSnapshotsResult> |
AbstractAmazonEC2Async.createSnapshotsAsync(CreateSnapshotsRequest request) |
Future<CreateSnapshotsResult> |
AmazonEC2AsyncClient.createSnapshotsAsync(CreateSnapshotsRequest request) |
Future<CreateSnapshotsResult> |
AmazonEC2Async.createSnapshotsAsync(CreateSnapshotsRequest createSnapshotsRequest)
Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3.
|
Future<CreateSnapshotsResult> |
AbstractAmazonEC2Async.createSnapshotsAsync(CreateSnapshotsRequest request,
AsyncHandler<CreateSnapshotsRequest,CreateSnapshotsResult> asyncHandler) |
Future<CreateSnapshotsResult> |
AmazonEC2AsyncClient.createSnapshotsAsync(CreateSnapshotsRequest request,
AsyncHandler<CreateSnapshotsRequest,CreateSnapshotsResult> asyncHandler) |
Future<CreateSnapshotsResult> |
AmazonEC2Async.createSnapshotsAsync(CreateSnapshotsRequest createSnapshotsRequest,
AsyncHandler<CreateSnapshotsRequest,CreateSnapshotsResult> asyncHandler)
Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateSnapshotsResult> |
AbstractAmazonEC2Async.createSnapshotsAsync(CreateSnapshotsRequest request,
AsyncHandler<CreateSnapshotsRequest,CreateSnapshotsResult> asyncHandler) |
Future<CreateSnapshotsResult> |
AmazonEC2AsyncClient.createSnapshotsAsync(CreateSnapshotsRequest request,
AsyncHandler<CreateSnapshotsRequest,CreateSnapshotsResult> asyncHandler) |
Future<CreateSnapshotsResult> |
AmazonEC2Async.createSnapshotsAsync(CreateSnapshotsRequest createSnapshotsRequest,
AsyncHandler<CreateSnapshotsRequest,CreateSnapshotsResult> asyncHandler)
Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3.
|
Modifier and Type | Method and Description |
---|---|
CreateSnapshotsRequest |
CreateSnapshotsRequest.clone() |
CreateSnapshotsRequest |
CreateSnapshotsRequest.withCopyTagsFromSource(CopyTagsFromSource copyTagsFromSource)
Copies the tags from the specified volume to corresponding snapshot.
|
CreateSnapshotsRequest |
CreateSnapshotsRequest.withCopyTagsFromSource(String copyTagsFromSource)
Copies the tags from the specified volume to corresponding snapshot.
|
CreateSnapshotsRequest |
CreateSnapshotsRequest.withDescription(String description)
A description propagated to every snapshot specified by the instance.
|
CreateSnapshotsRequest |
CreateSnapshotsRequest.withInstanceSpecification(InstanceSpecification instanceSpecification)
The instance to specify which volumes should be included in the snapshots.
|
CreateSnapshotsRequest |
CreateSnapshotsRequest.withOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost on which to create the local snapshots.
|
CreateSnapshotsRequest |
CreateSnapshotsRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
Tags to apply to every snapshot specified by the instance.
|
CreateSnapshotsRequest |
CreateSnapshotsRequest.withTagSpecifications(TagSpecification... tagSpecifications)
Tags to apply to every snapshot specified by the instance.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateSnapshotsRequest> |
CreateSnapshotsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.