Uses of Class
software.amazon.awssdk.services.snowball.model.CompatibleImage
-
Packages that use CompatibleImage Package Description software.amazon.awssdk.services.snowball.model software.amazon.awssdk.services.snowball.paginators -
-
Uses of CompatibleImage in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type CompatibleImage Modifier and Type Method Description List<CompatibleImage>ListCompatibleImagesResponse. compatibleImages()A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.Methods in software.amazon.awssdk.services.snowball.model with parameters of type CompatibleImage Modifier and Type Method Description ListCompatibleImagesResponse.BuilderListCompatibleImagesResponse.Builder. compatibleImages(CompatibleImage... compatibleImages)A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI.Method parameters in software.amazon.awssdk.services.snowball.model with type arguments of type CompatibleImage Modifier and Type Method Description ListCompatibleImagesResponse.BuilderListCompatibleImagesResponse.Builder. compatibleImages(Collection<CompatibleImage> compatibleImages)A JSON-formatted object that describes a compatible AMI, including the ID and name for a Snow device AMI. -
Uses of CompatibleImage in software.amazon.awssdk.services.snowball.paginators
Methods in software.amazon.awssdk.services.snowball.paginators that return types with arguments of type CompatibleImage Modifier and Type Method Description SdkIterable<CompatibleImage>ListCompatibleImagesIterable. compatibleImages()Returns an iterable to iterate through the paginatedListCompatibleImagesResponse.compatibleImages()member.SdkPublisher<CompatibleImage>ListCompatibleImagesPublisher. compatibleImages()Returns a publisher that can be used to get a stream of data.
-