Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk |
Synchronous and asynchronous client classes for accessing AWSElasticBeanstalk.
|
com.amazonaws.services.elasticbeanstalk.model |
Classes modeling the various types represented by AWSElasticBeanstalk.
|
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.
|
Future<DescribeEventsResult> |
AWSElasticBeanstalkAsyncClient.describeEventsAsync(DescribeEventsRequest describeEventsRequest)
Returns list of event descriptions matching criteria up to the last 6
weeks.
|
Future<DescribeEventsResult> |
AWSElasticBeanstalkAsync.describeEventsAsync(DescribeEventsRequest describeEventsRequest)
Returns list of event descriptions matching criteria up to the last 6
weeks.
|
Future<DescribeEventsResult> |
AWSElasticBeanstalkAsyncClient.describeEventsAsync(DescribeEventsRequest describeEventsRequest,
AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
Returns list of event descriptions matching criteria up to the last 6
weeks.
|
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> |
AWSElasticBeanstalkAsyncClient.describeEventsAsync(DescribeEventsRequest describeEventsRequest,
AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
Returns list of event descriptions matching criteria up to the last 6
weeks.
|
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.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 © 2014. All rights reserved.