Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk |
|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
ListPlatformBranchesResult |
AbstractAWSElasticBeanstalk.listPlatformBranches(ListPlatformBranchesRequest request) |
ListPlatformBranchesResult |
AWSElasticBeanstalk.listPlatformBranches(ListPlatformBranchesRequest listPlatformBranchesRequest)
Lists the platform branches available for your account in an AWS Region.
|
ListPlatformBranchesResult |
AWSElasticBeanstalkClient.listPlatformBranches(ListPlatformBranchesRequest request)
Lists the platform branches available for your account in an AWS Region.
|
Modifier and Type | Method and Description |
---|---|
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) |
Future<ListPlatformBranchesResult> |
AWSElasticBeanstalkAsyncClient.listPlatformBranchesAsync(ListPlatformBranchesRequest request,
AsyncHandler<ListPlatformBranchesRequest,ListPlatformBranchesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListPlatformBranchesResult |
ListPlatformBranchesResult.clone() |
ListPlatformBranchesResult |
ListPlatformBranchesResult.withNextToken(String nextToken)
In a paginated request, if this value isn't
null , it's the token that you can pass in a subsequent
request to get the next response page. |
ListPlatformBranchesResult |
ListPlatformBranchesResult.withPlatformBranchSummaryList(Collection<PlatformBranchSummary> platformBranchSummaryList)
Summary information about the platform branches.
|
ListPlatformBranchesResult |
ListPlatformBranchesResult.withPlatformBranchSummaryList(PlatformBranchSummary... platformBranchSummaryList)
Summary information about the platform branches.
|
Copyright © 2021. All rights reserved.