Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.ListPlatformBranchesRequest
-
Packages that use ListPlatformBranchesRequest Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk software.amazon.awssdk.services.elasticbeanstalk.paginators software.amazon.awssdk.services.elasticbeanstalk.transform -
-
Uses of ListPlatformBranchesRequest in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk with parameters of type ListPlatformBranchesRequest Modifier and Type Method Description default CompletableFuture<ListPlatformBranchesResponse>ElasticBeanstalkAsyncClient. listPlatformBranches(ListPlatformBranchesRequest 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.default ListPlatformBranchesPublisherElasticBeanstalkAsyncClient. listPlatformBranchesPaginator(ListPlatformBranchesRequest listPlatformBranchesRequest)Lists the platform branches available for your account in an AWS Region.default ListPlatformBranchesIterableElasticBeanstalkClient. listPlatformBranchesPaginator(ListPlatformBranchesRequest listPlatformBranchesRequest)Lists the platform branches available for your account in an AWS Region. -
Uses of ListPlatformBranchesRequest in software.amazon.awssdk.services.elasticbeanstalk.paginators
Constructors in software.amazon.awssdk.services.elasticbeanstalk.paginators with parameters of type ListPlatformBranchesRequest Constructor Description ListPlatformBranchesIterable(ElasticBeanstalkClient client, ListPlatformBranchesRequest firstRequest)ListPlatformBranchesPublisher(ElasticBeanstalkAsyncClient client, ListPlatformBranchesRequest firstRequest) -
Uses of ListPlatformBranchesRequest in software.amazon.awssdk.services.elasticbeanstalk.transform
Methods in software.amazon.awssdk.services.elasticbeanstalk.transform with parameters of type ListPlatformBranchesRequest Modifier and Type Method Description SdkHttpFullRequestListPlatformBranchesRequestMarshaller. marshall(ListPlatformBranchesRequest listPlatformBranchesRequest)
-