Uses of Class
software.amazon.awssdk.services.ec2.model.ImageRecycleBinInfo
Packages that use ImageRecycleBinInfo
Package
Description
-
Uses of ImageRecycleBinInfo in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ImageRecycleBinInfoModifier and TypeMethodDescriptionfinal List<ImageRecycleBinInfo>ListImagesInRecycleBinResponse.images()Information about the AMIs.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ImageRecycleBinInfoModifier and TypeMethodDescriptionListImagesInRecycleBinResponse.Builder.images(ImageRecycleBinInfo... images) Information about the AMIs.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ImageRecycleBinInfoModifier and TypeMethodDescriptionListImagesInRecycleBinResponse.Builder.images(Collection<ImageRecycleBinInfo> images) Information about the AMIs. -
Uses of ImageRecycleBinInfo in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type ImageRecycleBinInfoModifier and TypeMethodDescriptionfinal SdkIterable<ImageRecycleBinInfo>ListImagesInRecycleBinIterable.images()Returns an iterable to iterate through the paginatedListImagesInRecycleBinResponse.images()member.final SdkPublisher<ImageRecycleBinInfo>ListImagesInRecycleBinPublisher.images()Returns a publisher that can be used to get a stream of data.