Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk | |
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Method and Description |
---|---|
DescribeEventsResult |
AbstractAWSElasticBeanstalk.describeEvents(DescribeEventsRequest request) |
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.
|
java.util.concurrent.Future<DescribeEventsResult> |
AbstractAWSElasticBeanstalkAsync.describeEventsAsync(DescribeEventsRequest request) |
java.util.concurrent.Future<DescribeEventsResult> |
AWSElasticBeanstalkAsyncClient.describeEventsAsync(DescribeEventsRequest request) |
java.util.concurrent.Future<DescribeEventsResult> |
AWSElasticBeanstalkAsync.describeEventsAsync(DescribeEventsRequest describeEventsRequest)
Returns list of event descriptions matching criteria up to the last 6
weeks.
|
java.util.concurrent.Future<DescribeEventsResult> |
AbstractAWSElasticBeanstalkAsync.describeEventsAsync(DescribeEventsRequest request,
AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler) |
java.util.concurrent.Future<DescribeEventsResult> |
AWSElasticBeanstalkAsyncClient.describeEventsAsync(DescribeEventsRequest request,
AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler) |
java.util.concurrent.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 |
---|---|
java.util.concurrent.Future<DescribeEventsResult> |
AbstractAWSElasticBeanstalkAsync.describeEventsAsync(AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
Simplified method form for invoking the DescribeEvents operation with an
AsyncHandler.
|
java.util.concurrent.Future<DescribeEventsResult> |
AWSElasticBeanstalkAsyncClient.describeEventsAsync(AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
Simplified method form for invoking the DescribeEvents operation with an
AsyncHandler.
|
java.util.concurrent.Future<DescribeEventsResult> |
AWSElasticBeanstalkAsync.describeEventsAsync(AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
Simplified method form for invoking the DescribeEvents operation with an
AsyncHandler.
|
java.util.concurrent.Future<DescribeEventsResult> |
AbstractAWSElasticBeanstalkAsync.describeEventsAsync(DescribeEventsRequest request,
AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler) |
java.util.concurrent.Future<DescribeEventsResult> |
AWSElasticBeanstalkAsyncClient.describeEventsAsync(DescribeEventsRequest request,
AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler) |
java.util.concurrent.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(java.lang.String applicationName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to include only those associated with this application.
|
DescribeEventsRequest |
DescribeEventsRequest.withEndTime(java.util.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(java.lang.String environmentId)
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to those associated with this environment.
|
DescribeEventsRequest |
DescribeEventsRequest.withEnvironmentName(java.lang.String environmentName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to those associated with this environment.
|
DescribeEventsRequest |
DescribeEventsRequest.withMaxRecords(java.lang.Integer maxRecords)
Specifies the maximum number of events that can be returned, beginning
with the most recent event.
|
DescribeEventsRequest |
DescribeEventsRequest.withNextToken(java.lang.String nextToken)
Pagination token.
|
DescribeEventsRequest |
DescribeEventsRequest.withRequestId(java.lang.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(java.lang.String severity)
If specified, limits the events returned from this call to include only
those with the specified severity or higher.
|
DescribeEventsRequest |
DescribeEventsRequest.withStartTime(java.util.Date startTime)
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to those that occur on or after this time.
|
DescribeEventsRequest |
DescribeEventsRequest.withTemplateName(java.lang.String templateName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to those that are associated with this environment configuration.
|
DescribeEventsRequest |
DescribeEventsRequest.withVersionLabel(java.lang.String versionLabel)
If specified, AWS Elastic Beanstalk restricts the returned descriptions
to those associated with this application version.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeEventsRequest> |
DescribeEventsRequestMarshaller.marshall(DescribeEventsRequest describeEventsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DescribeEventsRequest> |
DescribeEventsRequestMarshaller.marshall(DescribeEventsRequest describeEventsRequest) |