Uses of Class
com.amazonaws.services.ec2.model.ImportSnapshotRequest
-
Packages that use ImportSnapshotRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of ImportSnapshotRequest in com.amazonaws.services.ec2
-
Uses of ImportSnapshotRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ImportSnapshotRequest Modifier and Type Method 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. withRoleName(String roleName)
The name of the role to use when not using the default role, 'vmimport'.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ImportSnapshotRequest Modifier and Type Method Description Request<ImportSnapshotRequest>
ImportSnapshotRequest. getDryRunRequest()
This method is intended for internal use only.
-