| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ImportSnapshotResponse> |
Ec2AsyncClient.importSnapshot(Consumer<ImportSnapshotRequest.Builder> importSnapshotRequest)
Imports a disk into an EBS snapshot.
|
default ImportSnapshotResponse |
Ec2Client.importSnapshot(Consumer<ImportSnapshotRequest.Builder> importSnapshotRequest)
Imports a disk into an EBS snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
static ImportSnapshotRequest.Builder |
ImportSnapshotRequest.builder() |
ImportSnapshotRequest.Builder |
ImportSnapshotRequest.Builder.clientData(ClientData clientData)
The client-specific data.
|
default ImportSnapshotRequest.Builder |
ImportSnapshotRequest.Builder.clientData(Consumer<ClientData.Builder> clientData)
The client-specific data.
|
ImportSnapshotRequest.Builder |
ImportSnapshotRequest.Builder.clientToken(String clientToken)
Token to enable idempotency for VM import requests.
|
ImportSnapshotRequest.Builder |
ImportSnapshotRequest.Builder.description(String description)
The description string for the import snapshot task.
|
default ImportSnapshotRequest.Builder |
ImportSnapshotRequest.Builder.diskContainer(Consumer<SnapshotDiskContainer.Builder> diskContainer)
Information about the disk container.
|
ImportSnapshotRequest.Builder |
ImportSnapshotRequest.Builder.diskContainer(SnapshotDiskContainer diskContainer)
Information about the disk container.
|
ImportSnapshotRequest.Builder |
ImportSnapshotRequest.Builder.encrypted(Boolean encrypted)
Specifies whether the destination snapshot of the imported image should be encrypted.
|
ImportSnapshotRequest.Builder |
ImportSnapshotRequest.Builder.kmsKeyId(String kmsKeyId)
An identifier for the symmetric KMS key to use when creating the encrypted snapshot.
|
ImportSnapshotRequest.Builder |
ImportSnapshotRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportSnapshotRequest.Builder |
ImportSnapshotRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ImportSnapshotRequest.Builder |
ImportSnapshotRequest.Builder.roleName(String roleName)
The name of the role to use when not using the default role, 'vmimport'.
|
ImportSnapshotRequest.Builder |
ImportSnapshotRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the import snapshot task during creation.
|
ImportSnapshotRequest.Builder |
ImportSnapshotRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the import snapshot task during creation.
|
ImportSnapshotRequest.Builder |
ImportSnapshotRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the import snapshot task during creation.
|
ImportSnapshotRequest.Builder |
ImportSnapshotRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImportSnapshotRequest.Builder> |
ImportSnapshotRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.