Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.model.ListPlatformBranchesRequest.Builder
-
Packages that use ListPlatformBranchesRequest.Builder Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of ListPlatformBranchesRequest.Builder in software.amazon.awssdk.services.elasticbeanstalk
Method parameters in software.amazon.awssdk.services.elasticbeanstalk with type arguments of type ListPlatformBranchesRequest.Builder 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 ListPlatformBranchesResponseElasticBeanstalkClient. listPlatformBranches(Consumer<ListPlatformBranchesRequest.Builder> listPlatformBranchesRequest)Lists the platform branches available for your account in an AWS Region.default ListPlatformBranchesPublisherElasticBeanstalkAsyncClient. listPlatformBranchesPaginator(Consumer<ListPlatformBranchesRequest.Builder> listPlatformBranchesRequest)Lists the platform branches available for your account in an AWS Region.default ListPlatformBranchesIterableElasticBeanstalkClient. listPlatformBranchesPaginator(Consumer<ListPlatformBranchesRequest.Builder> listPlatformBranchesRequest)Lists the platform branches available for your account in an AWS Region. -
Uses of ListPlatformBranchesRequest.Builder in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return ListPlatformBranchesRequest.Builder Modifier and Type Method Description static ListPlatformBranchesRequest.BuilderListPlatformBranchesRequest. builder()ListPlatformBranchesRequest.BuilderListPlatformBranchesRequest.Builder. filters(Collection<SearchFilter> filters)Criteria for restricting the resulting list of platform branches.ListPlatformBranchesRequest.BuilderListPlatformBranchesRequest.Builder. filters(Consumer<SearchFilter.Builder>... filters)Criteria for restricting the resulting list of platform branches.ListPlatformBranchesRequest.BuilderListPlatformBranchesRequest.Builder. filters(SearchFilter... filters)Criteria for restricting the resulting list of platform branches.ListPlatformBranchesRequest.BuilderListPlatformBranchesRequest.Builder. maxRecords(Integer maxRecords)The maximum number of platform branch values returned in one call.ListPlatformBranchesRequest.BuilderListPlatformBranchesRequest.Builder. nextToken(String nextToken)For a paginated request.ListPlatformBranchesRequest.BuilderListPlatformBranchesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPlatformBranchesRequest.BuilderListPlatformBranchesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPlatformBranchesRequest.BuilderListPlatformBranchesRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type ListPlatformBranchesRequest.Builder Modifier and Type Method Description static Class<? extends ListPlatformBranchesRequest.Builder>ListPlatformBranchesRequest. serializableBuilderClass()
-