Uses of Class
software.amazon.awssdk.services.snowball.model.ListCompatibleImagesRequest
-
Packages that use ListCompatibleImagesRequest 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 software.amazon.awssdk.services.snowball.transform -
-
Uses of ListCompatibleImagesRequest in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball with parameters of type ListCompatibleImagesRequest Modifier and Type Method Description 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.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.default ListCompatibleImagesPublisherSnowballAsyncClient. listCompatibleImagesPaginator(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.default ListCompatibleImagesIterableSnowballClient. listCompatibleImagesPaginator(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 ListCompatibleImagesRequest in software.amazon.awssdk.services.snowball.paginators
Constructors in software.amazon.awssdk.services.snowball.paginators with parameters of type ListCompatibleImagesRequest Constructor Description ListCompatibleImagesIterable(SnowballClient client, ListCompatibleImagesRequest firstRequest)ListCompatibleImagesPublisher(SnowballAsyncClient client, ListCompatibleImagesRequest firstRequest) -
Uses of ListCompatibleImagesRequest in software.amazon.awssdk.services.snowball.transform
Methods in software.amazon.awssdk.services.snowball.transform with parameters of type ListCompatibleImagesRequest Modifier and Type Method Description SdkHttpFullRequestListCompatibleImagesRequestMarshaller. marshall(ListCompatibleImagesRequest listCompatibleImagesRequest)
-