| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk |
|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
default ListPlatformBranchesResponse |
ElasticBeanstalkClient.listPlatformBranches(Consumer<ListPlatformBranchesRequest.Builder> listPlatformBranchesRequest)
Lists the platform branches available for your account in an AWS Region.
|
default CompletableFuture<ListPlatformBranchesResponse> |
ElasticBeanstalkAsyncClient.listPlatformBranches(Consumer<ListPlatformBranchesRequest.Builder> listPlatformBranchesRequest)
Lists the platform branches available for your account in an AWS Region.
|
default ListPlatformBranchesIterable |
ElasticBeanstalkClient.listPlatformBranchesPaginator(Consumer<ListPlatformBranchesRequest.Builder> listPlatformBranchesRequest)
Lists the platform branches available for your account in an AWS Region.
|
default ListPlatformBranchesPublisher |
ElasticBeanstalkAsyncClient.listPlatformBranchesPaginator(Consumer<ListPlatformBranchesRequest.Builder> listPlatformBranchesRequest)
Lists the platform branches available for your account in an AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
static ListPlatformBranchesRequest.Builder |
ListPlatformBranchesRequest.builder() |
ListPlatformBranchesRequest.Builder |
ListPlatformBranchesRequest.Builder.filters(Collection<SearchFilter> filters)
Criteria for restricting the resulting list of platform branches.
|
ListPlatformBranchesRequest.Builder |
ListPlatformBranchesRequest.Builder.filters(Consumer<SearchFilter.Builder>... filters)
Criteria for restricting the resulting list of platform branches.
|
ListPlatformBranchesRequest.Builder |
ListPlatformBranchesRequest.Builder.filters(SearchFilter... filters)
Criteria for restricting the resulting list of platform branches.
|
ListPlatformBranchesRequest.Builder |
ListPlatformBranchesRequest.Builder.maxRecords(Integer maxRecords)
The maximum number of platform branch values returned in one call.
|
ListPlatformBranchesRequest.Builder |
ListPlatformBranchesRequest.Builder.nextToken(String nextToken)
For a paginated request.
|
ListPlatformBranchesRequest.Builder |
ListPlatformBranchesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPlatformBranchesRequest.Builder |
ListPlatformBranchesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPlatformBranchesRequest.Builder |
ListPlatformBranchesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListPlatformBranchesRequest.Builder> |
ListPlatformBranchesRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.