Uses of Interface
software.amazon.awssdk.services.snowball.model.ListCompatibleImagesRequest.Builder
-
Packages that use ListCompatibleImagesRequest.Builder 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.model -
-
Uses of ListCompatibleImagesRequest.Builder in software.amazon.awssdk.services.snowball
Method parameters in software.amazon.awssdk.services.snowball with type arguments of type ListCompatibleImagesRequest.Builder Modifier and Type Method Description 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 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 ListCompatibleImagesPublisherSnowballAsyncClient. listCompatibleImagesPaginator(Consumer<ListCompatibleImagesRequest.Builder> listCompatibleImagesRequest)This is a variant ofSnowballAsyncClient.listCompatibleImages(software.amazon.awssdk.services.snowball.model.ListCompatibleImagesRequest)operation.default ListCompatibleImagesIterableSnowballClient. listCompatibleImagesPaginator(Consumer<ListCompatibleImagesRequest.Builder> listCompatibleImagesRequest)This is a variant ofSnowballClient.listCompatibleImages(software.amazon.awssdk.services.snowball.model.ListCompatibleImagesRequest)operation. -
Uses of ListCompatibleImagesRequest.Builder in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return ListCompatibleImagesRequest.Builder Modifier and Type Method Description static ListCompatibleImagesRequest.BuilderListCompatibleImagesRequest. builder()ListCompatibleImagesRequest.BuilderListCompatibleImagesRequest.Builder. maxResults(Integer maxResults)The maximum number of results for the list of compatible images.ListCompatibleImagesRequest.BuilderListCompatibleImagesRequest.Builder. nextToken(String nextToken)HTTP requests are stateless.ListCompatibleImagesRequest.BuilderListCompatibleImagesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCompatibleImagesRequest.BuilderListCompatibleImagesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCompatibleImagesRequest.BuilderListCompatibleImagesRequest. toBuilder()Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type ListCompatibleImagesRequest.Builder Modifier and Type Method Description static Class<? extends ListCompatibleImagesRequest.Builder>ListCompatibleImagesRequest. serializableBuilderClass()
-