Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk |
|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.waiters |
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.withMaxRecords(Integer maxRecords)
For a paginated request.
|
DescribeEnvironmentsRequest |
DescribeEnvironmentsRequest.withNextToken(String nextToken)
For a paginated request.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Waiter<DescribeEnvironmentsRequest> |
AWSElasticBeanstalkWaiters.environmentExists()
Builds a EnvironmentExists waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeEnvironmentsRequest> |
AWSElasticBeanstalkWaiters.environmentTerminated()
Builds a EnvironmentTerminated waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Waiter<DescribeEnvironmentsRequest> |
AWSElasticBeanstalkWaiters.environmentUpdated()
Builds a EnvironmentUpdated waiter by using custom parameters waiterParameters and other parameters defined in
the waiters specification, and then polls until it determines whether the resource entered the desired state or
not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
Modifier and Type | Method and Description |
---|---|
DescribeEnvironmentsResult |
DescribeEnvironmentsFunction.apply(DescribeEnvironmentsRequest describeEnvironmentsRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2021. All rights reserved.