Uses of Class
com.amazonaws.services.ec2.model.ImportSnapshotRequest
Packages that use ImportSnapshotRequest
-
Uses of ImportSnapshotRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type ImportSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.importSnapshot(ImportSnapshotRequest request) AmazonEC2.importSnapshot(ImportSnapshotRequest importSnapshotRequest) Imports a disk into an EBS snapshot.AmazonEC2Client.importSnapshot(ImportSnapshotRequest importSnapshotRequest) Imports a disk into an EBS snapshot.AbstractAmazonEC2Async.importSnapshotAsync(ImportSnapshotRequest request) AbstractAmazonEC2Async.importSnapshotAsync(ImportSnapshotRequest request, AsyncHandler<ImportSnapshotRequest, ImportSnapshotResult> asyncHandler) AmazonEC2Async.importSnapshotAsync(ImportSnapshotRequest importSnapshotRequest) Imports a disk into an EBS snapshot.AmazonEC2Async.importSnapshotAsync(ImportSnapshotRequest importSnapshotRequest, AsyncHandler<ImportSnapshotRequest, ImportSnapshotResult> asyncHandler) Imports a disk into an EBS snapshot.AmazonEC2AsyncClient.importSnapshotAsync(ImportSnapshotRequest request) AmazonEC2AsyncClient.importSnapshotAsync(ImportSnapshotRequest request, AsyncHandler<ImportSnapshotRequest, ImportSnapshotResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type ImportSnapshotRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.importSnapshotAsync(AsyncHandler<ImportSnapshotRequest, ImportSnapshotResult> asyncHandler) Simplified method form for invoking the ImportSnapshot operation with an AsyncHandler.AbstractAmazonEC2Async.importSnapshotAsync(ImportSnapshotRequest request, AsyncHandler<ImportSnapshotRequest, ImportSnapshotResult> asyncHandler) AmazonEC2Async.importSnapshotAsync(AsyncHandler<ImportSnapshotRequest, ImportSnapshotResult> asyncHandler) Simplified method form for invoking the ImportSnapshot operation with an AsyncHandler.AmazonEC2Async.importSnapshotAsync(ImportSnapshotRequest importSnapshotRequest, AsyncHandler<ImportSnapshotRequest, ImportSnapshotResult> asyncHandler) Imports a disk into an EBS snapshot.AmazonEC2AsyncClient.importSnapshotAsync(AsyncHandler<ImportSnapshotRequest, ImportSnapshotResult> asyncHandler) Simplified method form for invoking the ImportSnapshot operation with an AsyncHandler.AmazonEC2AsyncClient.importSnapshotAsync(ImportSnapshotRequest request, AsyncHandler<ImportSnapshotRequest, ImportSnapshotResult> asyncHandler) -
Uses of ImportSnapshotRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ImportSnapshotRequestModifier and TypeMethodDescriptionImportSnapshotRequest.clone()ImportSnapshotRequest.withClientData(ClientData clientData) The client-specific data.ImportSnapshotRequest.withClientToken(String clientToken) Token to enable idempotency for VM import requests.ImportSnapshotRequest.withDescription(String description) The description string for the import snapshot task.ImportSnapshotRequest.withDiskContainer(SnapshotDiskContainer diskContainer) Information about the disk container.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 ImportSnapshotRequestModifier and TypeMethodDescriptionImportSnapshotRequest.getDryRunRequest()This method is intended for internal use only.