|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescribeEventsRequest | |
---|---|
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. |
Uses of DescribeEventsRequest in com.amazonaws.services.elasticbeanstalk |
---|
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type DescribeEventsRequest | |
---|---|
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. |
Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type DescribeEventsRequest | |
---|---|
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. |
Uses of DescribeEventsRequest in com.amazonaws.services.elasticbeanstalk.model |
---|
Methods in com.amazonaws.services.elasticbeanstalk.model that return DescribeEventsRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |