| Package | Description |
|---|---|
| com.amazonaws.services.elasticbeanstalk |
|
| com.amazonaws.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListPlatformBranchesResult> |
AWSElasticBeanstalkAsyncClient.listPlatformBranchesAsync(ListPlatformBranchesRequest request,
AsyncHandler<ListPlatformBranchesRequest,ListPlatformBranchesResult> asyncHandler) |
Future<ListPlatformBranchesResult> |
AWSElasticBeanstalkAsync.listPlatformBranchesAsync(ListPlatformBranchesRequest listPlatformBranchesRequest,
AsyncHandler<ListPlatformBranchesRequest,ListPlatformBranchesResult> asyncHandler)
Lists the platform branches available for your account in an AWS Region.
|
Future<ListPlatformBranchesResult> |
AbstractAWSElasticBeanstalkAsync.listPlatformBranchesAsync(ListPlatformBranchesRequest request,
AsyncHandler<ListPlatformBranchesRequest,ListPlatformBranchesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListPlatformBranchesRequest |
ListPlatformBranchesRequest.clone() |
ListPlatformBranchesRequest |
ListPlatformBranchesRequest.withFilters(Collection<SearchFilter> filters)
Criteria for restricting the resulting list of platform branches.
|
ListPlatformBranchesRequest |
ListPlatformBranchesRequest.withFilters(SearchFilter... filters)
Criteria for restricting the resulting list of platform branches.
|
ListPlatformBranchesRequest |
ListPlatformBranchesRequest.withMaxRecords(Integer maxRecords)
The maximum number of platform branch values returned in one call.
|
ListPlatformBranchesRequest |
ListPlatformBranchesRequest.withNextToken(String nextToken)
For a paginated request.
|
Copyright © 2024. All rights reserved.