Uses of Class
software.amazon.awssdk.services.snowball.model.ListCompatibleImagesResponse
-
Packages that use ListCompatibleImagesResponse Package Description software.amazon.awssdk.services.snowball The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses secure devices to transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3).software.amazon.awssdk.services.snowball.paginators -
-
Uses of ListCompatibleImagesResponse in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return ListCompatibleImagesResponse Modifier and Type Method Description default ListCompatibleImagesResponseSnowballClient. listCompatibleImages()This action returns a list of the different Amazon EC2-compatible Amazon Machine Images (AMIs) that are owned by your Amazon Web Services accountthat would be supported for use on a Snow device.default ListCompatibleImagesResponseSnowballClient. listCompatibleImages(Consumer<ListCompatibleImagesRequest.Builder> listCompatibleImagesRequest)This action returns a list of the different Amazon EC2-compatible Amazon Machine Images (AMIs) that are owned by your Amazon Web Services accountthat would be supported for use on a Snow device.default ListCompatibleImagesResponseSnowballClient. listCompatibleImages(ListCompatibleImagesRequest listCompatibleImagesRequest)This action returns a list of the different Amazon EC2-compatible Amazon Machine Images (AMIs) that are owned by your Amazon Web Services accountthat would be supported for use on a Snow device.Methods in software.amazon.awssdk.services.snowball that return types with arguments of type ListCompatibleImagesResponse Modifier and Type Method Description default CompletableFuture<ListCompatibleImagesResponse>SnowballAsyncClient. listCompatibleImages()This action returns a list of the different Amazon EC2-compatible Amazon Machine Images (AMIs) that are owned by your Amazon Web Services accountthat would be supported for use on a Snow device.default CompletableFuture<ListCompatibleImagesResponse>SnowballAsyncClient. listCompatibleImages(Consumer<ListCompatibleImagesRequest.Builder> listCompatibleImagesRequest)This action returns a list of the different Amazon EC2-compatible Amazon Machine Images (AMIs) that are owned by your Amazon Web Services accountthat would be supported for use on a Snow device.default CompletableFuture<ListCompatibleImagesResponse>SnowballAsyncClient. listCompatibleImages(ListCompatibleImagesRequest listCompatibleImagesRequest)This action returns a list of the different Amazon EC2-compatible Amazon Machine Images (AMIs) that are owned by your Amazon Web Services accountthat would be supported for use on a Snow device. -
Uses of ListCompatibleImagesResponse in software.amazon.awssdk.services.snowball.paginators
Methods in software.amazon.awssdk.services.snowball.paginators that return types with arguments of type ListCompatibleImagesResponse Modifier and Type Method Description Iterator<ListCompatibleImagesResponse>ListCompatibleImagesIterable. iterator()Method parameters in software.amazon.awssdk.services.snowball.paginators with type arguments of type ListCompatibleImagesResponse Modifier and Type Method Description voidListCompatibleImagesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCompatibleImagesResponse> subscriber)
-