Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.ListPlatformVersionsResponse
-
Packages that use ListPlatformVersionsResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk software.amazon.awssdk.services.elasticbeanstalk.paginators -
-
Uses of ListPlatformVersionsResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return ListPlatformVersionsResponse Modifier and Type Method Description default ListPlatformVersionsResponseElasticBeanstalkClient. listPlatformVersions()Lists the platform versions available for your account in an AWS Region.default ListPlatformVersionsResponseElasticBeanstalkClient. listPlatformVersions(Consumer<ListPlatformVersionsRequest.Builder> 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.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type ListPlatformVersionsResponse Modifier and Type Method Description default CompletableFuture<ListPlatformVersionsResponse>ElasticBeanstalkAsyncClient. listPlatformVersions()Lists the platform versions available for your account in an AWS Region.default CompletableFuture<ListPlatformVersionsResponse>ElasticBeanstalkAsyncClient. listPlatformVersions(Consumer<ListPlatformVersionsRequest.Builder> listPlatformVersionsRequest)Lists the platform versions available for your account in an AWS Region.default CompletableFuture<ListPlatformVersionsResponse>ElasticBeanstalkAsyncClient. listPlatformVersions(ListPlatformVersionsRequest listPlatformVersionsRequest)Lists the platform versions available for your account in an AWS Region. -
Uses of ListPlatformVersionsResponse in software.amazon.awssdk.services.elasticbeanstalk.paginators
Methods in software.amazon.awssdk.services.elasticbeanstalk.paginators that return types with arguments of type ListPlatformVersionsResponse Modifier and Type Method Description Iterator<ListPlatformVersionsResponse>ListPlatformVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.elasticbeanstalk.paginators with type arguments of type ListPlatformVersionsResponse Modifier and Type Method Description voidListPlatformVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPlatformVersionsResponse> subscriber)
-