Uses of Class
com.amazonaws.services.ec2.model.DescribeImportSnapshotTasksResult
Packages that use DescribeImportSnapshotTasksResult
-
Uses of DescribeImportSnapshotTasksResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DescribeImportSnapshotTasksResultModifier and TypeMethodDescriptionAbstractAmazonEC2.describeImportSnapshotTasks()
AbstractAmazonEC2.describeImportSnapshotTasks
(DescribeImportSnapshotTasksRequest request) AmazonEC2.describeImportSnapshotTasks()
Simplified method form for invoking the DescribeImportSnapshotTasks operation.AmazonEC2.describeImportSnapshotTasks
(DescribeImportSnapshotTasksRequest describeImportSnapshotTasksRequest) Describes your import snapshot tasks.AmazonEC2Client.describeImportSnapshotTasks()
AmazonEC2Client.describeImportSnapshotTasks
(DescribeImportSnapshotTasksRequest describeImportSnapshotTasksRequest) Describes your import snapshot tasks.Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeImportSnapshotTasksResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeImportSnapshotTasksAsync()
Simplified method form for invoking the DescribeImportSnapshotTasks operation.AbstractAmazonEC2Async.describeImportSnapshotTasksAsync
(AsyncHandler<DescribeImportSnapshotTasksRequest, DescribeImportSnapshotTasksResult> asyncHandler) Simplified method form for invoking the DescribeImportSnapshotTasks operation with an AsyncHandler.AbstractAmazonEC2Async.describeImportSnapshotTasksAsync
(DescribeImportSnapshotTasksRequest request) AbstractAmazonEC2Async.describeImportSnapshotTasksAsync
(DescribeImportSnapshotTasksRequest request, AsyncHandler<DescribeImportSnapshotTasksRequest, DescribeImportSnapshotTasksResult> asyncHandler) AmazonEC2Async.describeImportSnapshotTasksAsync()
Simplified method form for invoking the DescribeImportSnapshotTasks operation.AmazonEC2Async.describeImportSnapshotTasksAsync
(AsyncHandler<DescribeImportSnapshotTasksRequest, DescribeImportSnapshotTasksResult> asyncHandler) Simplified method form for invoking the DescribeImportSnapshotTasks operation with an AsyncHandler.AmazonEC2Async.describeImportSnapshotTasksAsync
(DescribeImportSnapshotTasksRequest describeImportSnapshotTasksRequest) Describes your import snapshot tasks.AmazonEC2Async.describeImportSnapshotTasksAsync
(DescribeImportSnapshotTasksRequest describeImportSnapshotTasksRequest, AsyncHandler<DescribeImportSnapshotTasksRequest, DescribeImportSnapshotTasksResult> asyncHandler) Describes your import snapshot tasks.AmazonEC2AsyncClient.describeImportSnapshotTasksAsync()
Simplified method form for invoking the DescribeImportSnapshotTasks operation.AmazonEC2AsyncClient.describeImportSnapshotTasksAsync
(AsyncHandler<DescribeImportSnapshotTasksRequest, DescribeImportSnapshotTasksResult> asyncHandler) Simplified method form for invoking the DescribeImportSnapshotTasks operation with an AsyncHandler.AmazonEC2AsyncClient.describeImportSnapshotTasksAsync
(DescribeImportSnapshotTasksRequest request) AmazonEC2AsyncClient.describeImportSnapshotTasksAsync
(DescribeImportSnapshotTasksRequest request, AsyncHandler<DescribeImportSnapshotTasksRequest, DescribeImportSnapshotTasksResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeImportSnapshotTasksResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeImportSnapshotTasksAsync
(AsyncHandler<DescribeImportSnapshotTasksRequest, DescribeImportSnapshotTasksResult> asyncHandler) Simplified method form for invoking the DescribeImportSnapshotTasks operation with an AsyncHandler.AbstractAmazonEC2Async.describeImportSnapshotTasksAsync
(DescribeImportSnapshotTasksRequest request, AsyncHandler<DescribeImportSnapshotTasksRequest, DescribeImportSnapshotTasksResult> asyncHandler) AmazonEC2Async.describeImportSnapshotTasksAsync
(AsyncHandler<DescribeImportSnapshotTasksRequest, DescribeImportSnapshotTasksResult> asyncHandler) Simplified method form for invoking the DescribeImportSnapshotTasks operation with an AsyncHandler.AmazonEC2Async.describeImportSnapshotTasksAsync
(DescribeImportSnapshotTasksRequest describeImportSnapshotTasksRequest, AsyncHandler<DescribeImportSnapshotTasksRequest, DescribeImportSnapshotTasksResult> asyncHandler) Describes your import snapshot tasks.AmazonEC2AsyncClient.describeImportSnapshotTasksAsync
(AsyncHandler<DescribeImportSnapshotTasksRequest, DescribeImportSnapshotTasksResult> asyncHandler) Simplified method form for invoking the DescribeImportSnapshotTasks operation with an AsyncHandler.AmazonEC2AsyncClient.describeImportSnapshotTasksAsync
(DescribeImportSnapshotTasksRequest request, AsyncHandler<DescribeImportSnapshotTasksRequest, DescribeImportSnapshotTasksResult> asyncHandler) -
Uses of DescribeImportSnapshotTasksResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeImportSnapshotTasksResultModifier and TypeMethodDescriptionDescribeImportSnapshotTasksResult.clone()
DescribeImportSnapshotTasksResult.withImportSnapshotTasks
(ImportSnapshotTask... importSnapshotTasks) A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.DescribeImportSnapshotTasksResult.withImportSnapshotTasks
(Collection<ImportSnapshotTask> importSnapshotTasks) A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the previous 7 days.DescribeImportSnapshotTasksResult.withNextToken
(String nextToken) The token to use to get the next page of results.