Uses of Class
software.amazon.awssdk.services.ec2.model.StoreImageTaskResult
-
Packages that use StoreImageTaskResult Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of StoreImageTaskResult in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type StoreImageTaskResult Modifier and Type Method Description List<StoreImageTaskResult>DescribeStoreImageTasksResponse. storeImageTaskResults()The information about the AMI store tasks.Methods in software.amazon.awssdk.services.ec2.model with parameters of type StoreImageTaskResult Modifier and Type Method Description DescribeStoreImageTasksResponse.BuilderDescribeStoreImageTasksResponse.Builder. storeImageTaskResults(StoreImageTaskResult... storeImageTaskResults)The information about the AMI store tasks.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type StoreImageTaskResult Modifier and Type Method Description DescribeStoreImageTasksResponse.BuilderDescribeStoreImageTasksResponse.Builder. storeImageTaskResults(Collection<StoreImageTaskResult> storeImageTaskResults)The information about the AMI store tasks. -
Uses of StoreImageTaskResult in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type StoreImageTaskResult Modifier and Type Method Description SdkIterable<StoreImageTaskResult>DescribeStoreImageTasksIterable. storeImageTaskResults()Returns an iterable to iterate through the paginatedDescribeStoreImageTasksResponse.storeImageTaskResults()member.SdkPublisher<StoreImageTaskResult>DescribeStoreImageTasksPublisher. storeImageTaskResults()Returns a publisher that can be used to get a stream of data.
-