| Package | Description | 
|---|---|
| com.amazonaws.services.elasticbeanstalk | 
 | 
| com.amazonaws.services.elasticbeanstalk.model | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeEventsResult | 
AWSElasticBeanstalkClient.describeEvents(DescribeEventsRequest describeEventsRequest)
 Returns list of event descriptions matching criteria up to the last 6
 weeks. 
 | 
DescribeEventsResult | 
AWSElasticBeanstalk.describeEvents(DescribeEventsRequest describeEventsRequest)
 Returns list of event descriptions matching criteria up to the last 6
 weeks. 
 | 
DescribeEventsResult | 
AbstractAWSElasticBeanstalk.describeEvents(DescribeEventsRequest request)  | 
Future<DescribeEventsResult> | 
AbstractAWSElasticBeanstalkAsync.describeEventsAsync(DescribeEventsRequest request)  | 
Future<DescribeEventsResult> | 
AWSElasticBeanstalkAsyncClient.describeEventsAsync(DescribeEventsRequest request)  | 
Future<DescribeEventsResult> | 
AWSElasticBeanstalkAsync.describeEventsAsync(DescribeEventsRequest describeEventsRequest)
 Returns list of event descriptions matching criteria up to the last 6
 weeks. 
 | 
Future<DescribeEventsResult> | 
AbstractAWSElasticBeanstalkAsync.describeEventsAsync(DescribeEventsRequest request,
                   AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)  | 
Future<DescribeEventsResult> | 
AWSElasticBeanstalkAsyncClient.describeEventsAsync(DescribeEventsRequest request,
                   AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)  | 
Future<DescribeEventsResult> | 
AWSElasticBeanstalkAsync.describeEventsAsync(DescribeEventsRequest describeEventsRequest,
                   AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
 Returns list of event descriptions matching criteria up to the last 6
 weeks. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<DescribeEventsResult> | 
AbstractAWSElasticBeanstalkAsync.describeEventsAsync(AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
Simplified method form for invoking the DescribeEvents operation with an
 AsyncHandler. 
 | 
Future<DescribeEventsResult> | 
AWSElasticBeanstalkAsyncClient.describeEventsAsync(AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
Simplified method form for invoking the DescribeEvents operation with an
 AsyncHandler. 
 | 
Future<DescribeEventsResult> | 
AWSElasticBeanstalkAsync.describeEventsAsync(AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
Simplified method form for invoking the DescribeEvents operation with an
 AsyncHandler. 
 | 
Future<DescribeEventsResult> | 
AbstractAWSElasticBeanstalkAsync.describeEventsAsync(DescribeEventsRequest request,
                   AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)  | 
Future<DescribeEventsResult> | 
AWSElasticBeanstalkAsyncClient.describeEventsAsync(DescribeEventsRequest request,
                   AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)  | 
Future<DescribeEventsResult> | 
AWSElasticBeanstalkAsync.describeEventsAsync(DescribeEventsRequest describeEventsRequest,
                   AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
 Returns list of event descriptions matching criteria up to the last 6
 weeks. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeEventsRequest | 
DescribeEventsRequest.clone()  | 
DescribeEventsRequest | 
DescribeEventsRequest.withApplicationName(String applicationName)
 If specified, AWS Elastic Beanstalk restricts the returned descriptions
 to include only those associated with this application. 
 | 
DescribeEventsRequest | 
DescribeEventsRequest.withEndTime(Date endTime)
 If specified, AWS Elastic Beanstalk restricts the returned descriptions
 to those that occur up to, but not including, the  
EndTime. | 
DescribeEventsRequest | 
DescribeEventsRequest.withEnvironmentId(String environmentId)
 If specified, AWS Elastic Beanstalk restricts the returned descriptions
 to those associated with this environment. 
 | 
DescribeEventsRequest | 
DescribeEventsRequest.withEnvironmentName(String environmentName)
 If specified, AWS Elastic Beanstalk restricts the returned descriptions
 to those associated with this environment. 
 | 
DescribeEventsRequest | 
DescribeEventsRequest.withMaxRecords(Integer maxRecords)
 Specifies the maximum number of events that can be returned, beginning
 with the most recent event. 
 | 
DescribeEventsRequest | 
DescribeEventsRequest.withNextToken(String nextToken)
 Pagination token. 
 | 
DescribeEventsRequest | 
DescribeEventsRequest.withRequestId(String requestId)
 If specified, AWS Elastic Beanstalk restricts the described events to
 include only those associated with this request ID. 
 | 
DescribeEventsRequest | 
DescribeEventsRequest.withSeverity(EventSeverity severity)
 If specified, limits the events returned from this call to include only
 those with the specified severity or higher. 
 | 
DescribeEventsRequest | 
DescribeEventsRequest.withSeverity(String severity)
 If specified, limits the events returned from this call to include only
 those with the specified severity or higher. 
 | 
DescribeEventsRequest | 
DescribeEventsRequest.withStartTime(Date startTime)
 If specified, AWS Elastic Beanstalk restricts the returned descriptions
 to those that occur on or after this time. 
 | 
DescribeEventsRequest | 
DescribeEventsRequest.withTemplateName(String templateName)
 If specified, AWS Elastic Beanstalk restricts the returned descriptions
 to those that are associated with this environment configuration. 
 | 
DescribeEventsRequest | 
DescribeEventsRequest.withVersionLabel(String versionLabel)
 If specified, AWS Elastic Beanstalk restricts the returned descriptions
 to those associated with this application version. 
 | 
Copyright © 2016. All rights reserved.