Uses of Class
software.amazon.awssdk.services.ec2.model.StoreImageTaskResult
Packages that use StoreImageTaskResult
Package
Description
-
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 StoreImageTaskResultModifier and TypeMethodDescriptionfinal List<StoreImageTaskResult>DescribeStoreImageTasksResponse.storeImageTaskResults()The information about the AMI store tasks.Methods in software.amazon.awssdk.services.ec2.model with parameters of type StoreImageTaskResultModifier and TypeMethodDescriptionDescribeStoreImageTasksResponse.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 StoreImageTaskResultModifier and TypeMethodDescriptionDescribeStoreImageTasksResponse.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 StoreImageTaskResultModifier and TypeMethodDescriptionfinal SdkIterable<StoreImageTaskResult>DescribeStoreImageTasksIterable.storeImageTaskResults()Returns an iterable to iterate through the paginatedDescribeStoreImageTasksResponse.storeImageTaskResults()member.final SdkPublisher<StoreImageTaskResult>DescribeStoreImageTasksPublisher.storeImageTaskResults()Returns a publisher that can be used to get a stream of data.