Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk |
|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
Future<ListPlatformVersionsResult> |
AWSElasticBeanstalkAsync.listPlatformVersionsAsync(ListPlatformVersionsRequest listPlatformVersionsRequest,
AsyncHandler<ListPlatformVersionsRequest,ListPlatformVersionsResult> asyncHandler)
Lists the available platforms.
|
Future<ListPlatformVersionsResult> |
AWSElasticBeanstalkAsyncClient.listPlatformVersionsAsync(ListPlatformVersionsRequest request,
AsyncHandler<ListPlatformVersionsRequest,ListPlatformVersionsResult> asyncHandler) |
Future<ListPlatformVersionsResult> |
AbstractAWSElasticBeanstalkAsync.listPlatformVersionsAsync(ListPlatformVersionsRequest request,
AsyncHandler<ListPlatformVersionsRequest,ListPlatformVersionsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListPlatformVersionsRequest |
ListPlatformVersionsRequest.clone() |
ListPlatformVersionsRequest |
ListPlatformVersionsRequest.withFilters(Collection<PlatformFilter> filters)
List only the platforms where the platform member value relates to one of the supplied values.
|
ListPlatformVersionsRequest |
ListPlatformVersionsRequest.withFilters(PlatformFilter... filters)
List only the platforms where the platform member value relates to one of the supplied values.
|
ListPlatformVersionsRequest |
ListPlatformVersionsRequest.withMaxRecords(Integer maxRecords)
The maximum number of platform values returned in one call.
|
ListPlatformVersionsRequest |
ListPlatformVersionsRequest.withNextToken(String nextToken)
The starting index into the remaining list of platforms.
|
Copyright © 2019. All rights reserved.