Uses of Class
com.amazonaws.services.ec2.model.ImportSnapshotResult
Packages that use ImportSnapshotResult
-
Uses of ImportSnapshotResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return ImportSnapshotResultModifier and TypeMethodDescriptionAbstractAmazonEC2.importSnapshot()
AbstractAmazonEC2.importSnapshot
(ImportSnapshotRequest request) AmazonEC2.importSnapshot()
Simplified method form for invoking the ImportSnapshot operation.AmazonEC2.importSnapshot
(ImportSnapshotRequest importSnapshotRequest) Imports a disk into an EBS snapshot.AmazonEC2Client.importSnapshot()
AmazonEC2Client.importSnapshot
(ImportSnapshotRequest importSnapshotRequest) Imports a disk into an EBS snapshot.Methods in com.amazonaws.services.ec2 that return types with arguments of type ImportSnapshotResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.importSnapshotAsync()
Simplified method form for invoking the ImportSnapshot operation.AbstractAmazonEC2Async.importSnapshotAsync
(AsyncHandler<ImportSnapshotRequest, ImportSnapshotResult> asyncHandler) Simplified method form for invoking the ImportSnapshot operation with an AsyncHandler.AbstractAmazonEC2Async.importSnapshotAsync
(ImportSnapshotRequest request) AbstractAmazonEC2Async.importSnapshotAsync
(ImportSnapshotRequest request, AsyncHandler<ImportSnapshotRequest, ImportSnapshotResult> asyncHandler) AmazonEC2Async.importSnapshotAsync()
Simplified method form for invoking the ImportSnapshot operation.AmazonEC2Async.importSnapshotAsync
(AsyncHandler<ImportSnapshotRequest, ImportSnapshotResult> asyncHandler) Simplified method form for invoking the ImportSnapshot operation with an 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()
Simplified method form for invoking the ImportSnapshot operation.AmazonEC2AsyncClient.importSnapshotAsync
(AsyncHandler<ImportSnapshotRequest, ImportSnapshotResult> asyncHandler) Simplified method form for invoking the ImportSnapshot operation with an AsyncHandler.AmazonEC2AsyncClient.importSnapshotAsync
(ImportSnapshotRequest request) AmazonEC2AsyncClient.importSnapshotAsync
(ImportSnapshotRequest request, AsyncHandler<ImportSnapshotRequest, ImportSnapshotResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type ImportSnapshotResultModifier 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 ImportSnapshotResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ImportSnapshotResultModifier and TypeMethodDescriptionImportSnapshotResult.clone()
ImportSnapshotResult.withDescription
(String description) A description of the import snapshot task.ImportSnapshotResult.withImportTaskId
(String importTaskId) The ID of the import snapshot task.ImportSnapshotResult.withSnapshotTaskDetail
(SnapshotTaskDetail snapshotTaskDetail) Information about the import snapshot task.