Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk | |
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
DescribeEnvironmentsRequest |
DescribeEnvironmentsRequest.clone() |
DescribeEnvironmentsRequest |
DescribeEnvironmentsRequest.withApplicationName(String applicationName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to include only those that are associated with this application.
|
DescribeEnvironmentsRequest |
DescribeEnvironmentsRequest.withEnvironmentIds(Collection<String> environmentIds)
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to include only those that have the specified IDs.
|
DescribeEnvironmentsRequest |
DescribeEnvironmentsRequest.withEnvironmentIds(String... environmentIds)
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to include only those that have the specified IDs.
|
DescribeEnvironmentsRequest |
DescribeEnvironmentsRequest.withEnvironmentNames(Collection<String> environmentNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to include only those that have the specified names.
|
DescribeEnvironmentsRequest |
DescribeEnvironmentsRequest.withEnvironmentNames(String... environmentNames)
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to include only those that have the specified names.
|
DescribeEnvironmentsRequest |
DescribeEnvironmentsRequest.withIncludedDeletedBackTo(Date includedDeletedBackTo)
If specified when
IncludeDeleted is set to true
, then environments deleted after this date are displayed. |
DescribeEnvironmentsRequest |
DescribeEnvironmentsRequest.withIncludeDeleted(Boolean includeDeleted)
Indicates whether to include deleted environments:
|
DescribeEnvironmentsRequest |
DescribeEnvironmentsRequest.withVersionLabel(String versionLabel)
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to include only those that are associated with this application version.
|
Copyright © 2015. All rights reserved.