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