Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.ListPlatformBranchesResponse
-
Packages that use ListPlatformBranchesResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk software.amazon.awssdk.services.elasticbeanstalk.paginators -
-
Uses of ListPlatformBranchesResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return ListPlatformBranchesResponse Modifier and Type Method Description default ListPlatformBranchesResponseElasticBeanstalkClient. listPlatformBranches(Consumer<ListPlatformBranchesRequest.Builder> listPlatformBranchesRequest)Lists the platform branches available for your account in an AWS Region.default ListPlatformBranchesResponseElasticBeanstalkClient. listPlatformBranches(ListPlatformBranchesRequest listPlatformBranchesRequest)Lists the platform branches available for your account in an AWS Region.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type ListPlatformBranchesResponse Modifier and Type Method Description default CompletableFuture<ListPlatformBranchesResponse>ElasticBeanstalkAsyncClient. listPlatformBranches(Consumer<ListPlatformBranchesRequest.Builder> listPlatformBranchesRequest)Lists the platform branches available for your account in an AWS Region.default CompletableFuture<ListPlatformBranchesResponse>ElasticBeanstalkAsyncClient. listPlatformBranches(ListPlatformBranchesRequest listPlatformBranchesRequest)Lists the platform branches available for your account in an AWS Region. -
Uses of ListPlatformBranchesResponse in software.amazon.awssdk.services.elasticbeanstalk.paginators
Methods in software.amazon.awssdk.services.elasticbeanstalk.paginators that return types with arguments of type ListPlatformBranchesResponse Modifier and Type Method Description Iterator<ListPlatformBranchesResponse>ListPlatformBranchesIterable. iterator()Method parameters in software.amazon.awssdk.services.elasticbeanstalk.paginators with type arguments of type ListPlatformBranchesResponse Modifier and Type Method Description voidListPlatformBranchesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPlatformBranchesResponse> subscriber)
-