Uses of Class
com.amazonaws.services.ec2.model.DescribeBundleTasksResult
Packages that use DescribeBundleTasksResult
-
Uses of DescribeBundleTasksResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DescribeBundleTasksResultModifier and TypeMethodDescriptionAbstractAmazonEC2.describeBundleTasks()AbstractAmazonEC2.describeBundleTasks(DescribeBundleTasksRequest request) AmazonEC2.describeBundleTasks()Simplified method form for invoking the DescribeBundleTasks operation.AmazonEC2.describeBundleTasks(DescribeBundleTasksRequest describeBundleTasksRequest) Describes one or more of your bundling tasks.AmazonEC2Client.describeBundleTasks()AmazonEC2Client.describeBundleTasks(DescribeBundleTasksRequest describeBundleTasksRequest) Describes one or more of your bundling tasks.Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeBundleTasksResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeBundleTasksAsync()Simplified method form for invoking the DescribeBundleTasks operation.AbstractAmazonEC2Async.describeBundleTasksAsync(AsyncHandler<DescribeBundleTasksRequest, DescribeBundleTasksResult> asyncHandler) Simplified method form for invoking the DescribeBundleTasks operation with an AsyncHandler.AbstractAmazonEC2Async.describeBundleTasksAsync(DescribeBundleTasksRequest request) AbstractAmazonEC2Async.describeBundleTasksAsync(DescribeBundleTasksRequest request, AsyncHandler<DescribeBundleTasksRequest, DescribeBundleTasksResult> asyncHandler) AmazonEC2Async.describeBundleTasksAsync()Simplified method form for invoking the DescribeBundleTasks operation.AmazonEC2Async.describeBundleTasksAsync(AsyncHandler<DescribeBundleTasksRequest, DescribeBundleTasksResult> asyncHandler) Simplified method form for invoking the DescribeBundleTasks operation with an AsyncHandler.AmazonEC2Async.describeBundleTasksAsync(DescribeBundleTasksRequest describeBundleTasksRequest) Describes one or more of your bundling tasks.AmazonEC2Async.describeBundleTasksAsync(DescribeBundleTasksRequest describeBundleTasksRequest, AsyncHandler<DescribeBundleTasksRequest, DescribeBundleTasksResult> asyncHandler) Describes one or more of your bundling tasks.AmazonEC2AsyncClient.describeBundleTasksAsync()Simplified method form for invoking the DescribeBundleTasks operation.AmazonEC2AsyncClient.describeBundleTasksAsync(AsyncHandler<DescribeBundleTasksRequest, DescribeBundleTasksResult> asyncHandler) Simplified method form for invoking the DescribeBundleTasks operation with an AsyncHandler.AmazonEC2AsyncClient.describeBundleTasksAsync(DescribeBundleTasksRequest request) AmazonEC2AsyncClient.describeBundleTasksAsync(DescribeBundleTasksRequest request, AsyncHandler<DescribeBundleTasksRequest, DescribeBundleTasksResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeBundleTasksResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeBundleTasksAsync(AsyncHandler<DescribeBundleTasksRequest, DescribeBundleTasksResult> asyncHandler) Simplified method form for invoking the DescribeBundleTasks operation with an AsyncHandler.AbstractAmazonEC2Async.describeBundleTasksAsync(DescribeBundleTasksRequest request, AsyncHandler<DescribeBundleTasksRequest, DescribeBundleTasksResult> asyncHandler) AmazonEC2Async.describeBundleTasksAsync(AsyncHandler<DescribeBundleTasksRequest, DescribeBundleTasksResult> asyncHandler) Simplified method form for invoking the DescribeBundleTasks operation with an AsyncHandler.AmazonEC2Async.describeBundleTasksAsync(DescribeBundleTasksRequest describeBundleTasksRequest, AsyncHandler<DescribeBundleTasksRequest, DescribeBundleTasksResult> asyncHandler) Describes one or more of your bundling tasks.AmazonEC2AsyncClient.describeBundleTasksAsync(AsyncHandler<DescribeBundleTasksRequest, DescribeBundleTasksResult> asyncHandler) Simplified method form for invoking the DescribeBundleTasks operation with an AsyncHandler.AmazonEC2AsyncClient.describeBundleTasksAsync(DescribeBundleTasksRequest request, AsyncHandler<DescribeBundleTasksRequest, DescribeBundleTasksResult> asyncHandler) -
Uses of DescribeBundleTasksResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeBundleTasksResultModifier and TypeMethodDescriptionDescribeBundleTasksResult.clone()DescribeBundleTasksResult.withBundleTasks(BundleTask... bundleTasks) Information about one or more bundle tasks.DescribeBundleTasksResult.withBundleTasks(Collection<BundleTask> bundleTasks) Information about one or more bundle tasks.