Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk |
|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
ListPlatformVersionsResult |
AWSElasticBeanstalkClient.listPlatformVersions(ListPlatformVersionsRequest request)
Lists the available platforms.
|
ListPlatformVersionsResult |
AWSElasticBeanstalk.listPlatformVersions(ListPlatformVersionsRequest listPlatformVersionsRequest)
Lists the available platforms.
|
ListPlatformVersionsResult |
AbstractAWSElasticBeanstalk.listPlatformVersions(ListPlatformVersionsRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<ListPlatformVersionsResult> |
AWSElasticBeanstalkAsyncClient.listPlatformVersionsAsync(ListPlatformVersionsRequest request,
AsyncHandler<ListPlatformVersionsRequest,ListPlatformVersionsResult> asyncHandler) |
Future<ListPlatformVersionsResult> |
AWSElasticBeanstalkAsync.listPlatformVersionsAsync(ListPlatformVersionsRequest listPlatformVersionsRequest,
AsyncHandler<ListPlatformVersionsRequest,ListPlatformVersionsResult> asyncHandler)
Lists the available platforms.
|
Future<ListPlatformVersionsResult> |
AbstractAWSElasticBeanstalkAsync.listPlatformVersionsAsync(ListPlatformVersionsRequest request,
AsyncHandler<ListPlatformVersionsRequest,ListPlatformVersionsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListPlatformVersionsResult |
ListPlatformVersionsResult.clone() |
ListPlatformVersionsResult |
ListPlatformVersionsResult.withNextToken(String nextToken)
The starting index into the remaining list of platforms.
|
ListPlatformVersionsResult |
ListPlatformVersionsResult.withPlatformSummaryList(Collection<PlatformSummary> platformSummaryList)
Detailed information about the platforms.
|
ListPlatformVersionsResult |
ListPlatformVersionsResult.withPlatformSummaryList(PlatformSummary... platformSummaryList)
Detailed information about the platforms.
|
Copyright © 2017. All rights reserved.