Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ImportSnapshotRequest |
ImportSnapshotRequest.clone() |
ImportSnapshotRequest |
ImportSnapshotRequest.withClientData(ClientData clientData)
The client-specific data.
|
ImportSnapshotRequest |
ImportSnapshotRequest.withClientToken(String clientToken)
Token to enable idempotency for VM import requests.
|
ImportSnapshotRequest |
ImportSnapshotRequest.withDescription(String description)
The description string for the import snapshot task.
|
ImportSnapshotRequest |
ImportSnapshotRequest.withDiskContainer(SnapshotDiskContainer diskContainer)
Information about the disk container.
|
ImportSnapshotRequest |
ImportSnapshotRequest.withEncrypted(Boolean encrypted)
Specifies whether the destination snapshot of the imported image should be encrypted.
|
ImportSnapshotRequest |
ImportSnapshotRequest.withKmsKeyId(String kmsKeyId)
An identifier for the symmetric KMS key to use when creating the encrypted snapshot.
|
ImportSnapshotRequest |
ImportSnapshotRequest.withRoleName(String roleName)
The name of the role to use when not using the default role, 'vmimport'.
|
ImportSnapshotRequest |
ImportSnapshotRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the import snapshot task during creation.
|
ImportSnapshotRequest |
ImportSnapshotRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the import snapshot task during creation.
|
Modifier and Type | Method and Description |
---|---|
Request<ImportSnapshotRequest> |
ImportSnapshotRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.