Uses of Class
software.amazon.awssdk.services.ec2.model.BundleTask
-
Packages that use BundleTask Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of BundleTask in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return BundleTask Modifier and Type Method Description BundleTaskBundleInstanceResponse. bundleTask()Information about the bundle task.BundleTaskCancelBundleTaskResponse. bundleTask()Information about the bundle task.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type BundleTask Modifier and Type Method Description List<BundleTask>DescribeBundleTasksResponse. bundleTasks()Information about the bundle tasks.Methods in software.amazon.awssdk.services.ec2.model with parameters of type BundleTask Modifier and Type Method Description BundleInstanceResponse.BuilderBundleInstanceResponse.Builder. bundleTask(BundleTask bundleTask)Information about the bundle task.CancelBundleTaskResponse.BuilderCancelBundleTaskResponse.Builder. bundleTask(BundleTask bundleTask)Information about the bundle task.DescribeBundleTasksResponse.BuilderDescribeBundleTasksResponse.Builder. bundleTasks(BundleTask... bundleTasks)Information about the bundle tasks.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type BundleTask Modifier and Type Method Description DescribeBundleTasksResponse.BuilderDescribeBundleTasksResponse.Builder. bundleTasks(Collection<BundleTask> bundleTasks)Information about the bundle tasks.
-