| Package | Description |
|---|---|
| com.amazonaws.services.elasticbeanstalk |
|
| com.amazonaws.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeApplicationVersionsRequest |
DescribeApplicationVersionsRequest.clone() |
DescribeApplicationVersionsRequest |
DescribeApplicationVersionsRequest.withApplicationName(String applicationName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to only include ones that are associated
with the specified application.
|
DescribeApplicationVersionsRequest |
DescribeApplicationVersionsRequest.withMaxRecords(Integer maxRecords)
Specify a maximum number of application versions to paginate in the request.
|
DescribeApplicationVersionsRequest |
DescribeApplicationVersionsRequest.withNextToken(String nextToken)
Specify a next token to retrieve the next page in a paginated request.
|
DescribeApplicationVersionsRequest |
DescribeApplicationVersionsRequest.withVersionLabels(Collection<String> versionLabels)
If specified, restricts the returned descriptions to only include ones that have the specified version labels.
|
DescribeApplicationVersionsRequest |
DescribeApplicationVersionsRequest.withVersionLabels(String... versionLabels)
If specified, restricts the returned descriptions to only include ones that have the specified version labels.
|
Copyright © 2016. All rights reserved.