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