Java com.amazonaws.services.elasticbeanstalk.model DescribeEnvironmentsRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticbeanstalk.model DescribeEnvironmentsRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticbeanstalk.model DescribeEnvironmentsRequest.

The text is from its open source code.

Constructor

Method

voidsetApplicationName(String applicationName)

If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that are associated with this application.

voidsetEnvironmentNames(java.util.Collection environmentNames)

If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those that have the specified names.

voidsetIncludeDeleted(Boolean includeDeleted)

Indicates whether to include deleted environments:

true: Environments that have been deleted after IncludedDeletedBackTo are displayed.