Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.ListPlatformVersionsRequest
-
Packages that use ListPlatformVersionsRequest Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk software.amazon.awssdk.services.elasticbeanstalk.paginators software.amazon.awssdk.services.elasticbeanstalk.transform -
-
Uses of ListPlatformVersionsRequest in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk with parameters of type ListPlatformVersionsRequest Modifier and Type Method Description default CompletableFuture<ListPlatformVersionsResponse>ElasticBeanstalkAsyncClient. listPlatformVersions(ListPlatformVersionsRequest listPlatformVersionsRequest)Lists the platform versions available for your account in an AWS Region.default ListPlatformVersionsResponseElasticBeanstalkClient. listPlatformVersions(ListPlatformVersionsRequest listPlatformVersionsRequest)Lists the platform versions available for your account in an AWS Region.default ListPlatformVersionsPublisherElasticBeanstalkAsyncClient. listPlatformVersionsPaginator(ListPlatformVersionsRequest listPlatformVersionsRequest)Lists the platform versions available for your account in an AWS Region.default ListPlatformVersionsIterableElasticBeanstalkClient. listPlatformVersionsPaginator(ListPlatformVersionsRequest listPlatformVersionsRequest)Lists the platform versions available for your account in an AWS Region. -
Uses of ListPlatformVersionsRequest in software.amazon.awssdk.services.elasticbeanstalk.paginators
Constructors in software.amazon.awssdk.services.elasticbeanstalk.paginators with parameters of type ListPlatformVersionsRequest Constructor Description ListPlatformVersionsIterable(ElasticBeanstalkClient client, ListPlatformVersionsRequest firstRequest)ListPlatformVersionsPublisher(ElasticBeanstalkAsyncClient client, ListPlatformVersionsRequest firstRequest) -
Uses of ListPlatformVersionsRequest in software.amazon.awssdk.services.elasticbeanstalk.transform
Methods in software.amazon.awssdk.services.elasticbeanstalk.transform with parameters of type ListPlatformVersionsRequest Modifier and Type Method Description SdkHttpFullRequestListPlatformVersionsRequestMarshaller. marshall(ListPlatformVersionsRequest listPlatformVersionsRequest)
-