Uses of Class
com.amazonaws.services.elasticbeanstalk.model.DescribeEnvironmentsRequest
Packages that use DescribeEnvironmentsRequest
Package
Description
-
Uses of DescribeEnvironmentsRequest in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type DescribeEnvironmentsRequestModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalk.describeEnvironments
(DescribeEnvironmentsRequest request) AWSElasticBeanstalk.describeEnvironments
(DescribeEnvironmentsRequest describeEnvironmentsRequest) Returns descriptions for existing environments.AWSElasticBeanstalkClient.describeEnvironments
(DescribeEnvironmentsRequest describeEnvironmentsRequest) Returns descriptions for existing environments.AbstractAWSElasticBeanstalkAsync.describeEnvironmentsAsync
(DescribeEnvironmentsRequest request) AbstractAWSElasticBeanstalkAsync.describeEnvironmentsAsync
(DescribeEnvironmentsRequest request, AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) AWSElasticBeanstalkAsync.describeEnvironmentsAsync
(DescribeEnvironmentsRequest describeEnvironmentsRequest) Returns descriptions for existing environments.AWSElasticBeanstalkAsync.describeEnvironmentsAsync
(DescribeEnvironmentsRequest describeEnvironmentsRequest, AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) Returns descriptions for existing environments.AWSElasticBeanstalkAsyncClient.describeEnvironmentsAsync
(DescribeEnvironmentsRequest request) AWSElasticBeanstalkAsyncClient.describeEnvironmentsAsync
(DescribeEnvironmentsRequest request, AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type DescribeEnvironmentsRequestModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.describeEnvironmentsAsync
(AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) Simplified method form for invoking the DescribeEnvironments operation with an AsyncHandler.AbstractAWSElasticBeanstalkAsync.describeEnvironmentsAsync
(DescribeEnvironmentsRequest request, AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) AWSElasticBeanstalkAsync.describeEnvironmentsAsync
(AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) Simplified method form for invoking the DescribeEnvironments operation with an AsyncHandler.AWSElasticBeanstalkAsync.describeEnvironmentsAsync
(DescribeEnvironmentsRequest describeEnvironmentsRequest, AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) Returns descriptions for existing environments.AWSElasticBeanstalkAsyncClient.describeEnvironmentsAsync
(AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) Simplified method form for invoking the DescribeEnvironments operation with an AsyncHandler.AWSElasticBeanstalkAsyncClient.describeEnvironmentsAsync
(DescribeEnvironmentsRequest request, AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) -
Uses of DescribeEnvironmentsRequest in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return DescribeEnvironmentsRequestModifier and TypeMethodDescriptionDescribeEnvironmentsRequest.clone()
DescribeEnvironmentsRequest.withApplicationName
(String applicationName) If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.DescribeEnvironmentsRequest.withEnvironmentIds
(String... environmentIds) If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.DescribeEnvironmentsRequest.withEnvironmentIds
(Collection<String> environmentIds) If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified IDs.DescribeEnvironmentsRequest.withEnvironmentNames
(String... environmentNames) If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.DescribeEnvironmentsRequest.withEnvironmentNames
(Collection<String> environmentNames) If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.DescribeEnvironmentsRequest.withIncludedDeletedBackTo
(Date includedDeletedBackTo) If specified whenIncludeDeleted
is set totrue
, then environments deleted after this date are displayed.DescribeEnvironmentsRequest.withIncludeDeleted
(Boolean includeDeleted) Indicates whether to include deleted environments:DescribeEnvironmentsRequest.withVersionLabel
(String versionLabel) If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application version.