Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk |
|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
ListPlatformVersionsResult |
AbstractAWSElasticBeanstalk.listPlatformVersions(ListPlatformVersionsRequest request) |
ListPlatformVersionsResult |
AWSElasticBeanstalkClient.listPlatformVersions(ListPlatformVersionsRequest request)
Lists the platform versions available for your account in an AWS Region.
|
ListPlatformVersionsResult |
AWSElasticBeanstalk.listPlatformVersions(ListPlatformVersionsRequest listPlatformVersionsRequest)
Lists the platform versions available for your account in an AWS Region.
|
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 |
---|---|
ListPlatformVersionsResult |
ListPlatformVersionsResult.clone() |
ListPlatformVersionsResult |
ListPlatformVersionsResult.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. |
ListPlatformVersionsResult |
ListPlatformVersionsResult.withPlatformSummaryList(Collection<PlatformSummary> platformSummaryList)
Summary information about the platform versions.
|
ListPlatformVersionsResult |
ListPlatformVersionsResult.withPlatformSummaryList(PlatformSummary... platformSummaryList)
Summary information about the platform versions.
|
Copyright © 2023. All rights reserved.