Uses of Class
com.amazonaws.services.elasticbeanstalk.model.DescribeEventsResult
Packages that use DescribeEventsResult
Package
Description
-
Uses of DescribeEventsResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return DescribeEventsResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalk.describeEvents()
AbstractAWSElasticBeanstalk.describeEvents
(DescribeEventsRequest request) AWSElasticBeanstalk.describeEvents()
Simplified method form for invoking the DescribeEvents operation.AWSElasticBeanstalk.describeEvents
(DescribeEventsRequest describeEventsRequest) Returns list of event descriptions matching criteria up to the last 6 weeks.AWSElasticBeanstalkClient.describeEvents()
AWSElasticBeanstalkClient.describeEvents
(DescribeEventsRequest describeEventsRequest) Returns list of event descriptions matching criteria up to the last 6 weeks.Methods in com.amazonaws.services.elasticbeanstalk that return types with arguments of type DescribeEventsResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.describeEventsAsync()
Simplified method form for invoking the DescribeEvents operation.AbstractAWSElasticBeanstalkAsync.describeEventsAsync
(AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Simplified method form for invoking the DescribeEvents operation with an AsyncHandler.AbstractAWSElasticBeanstalkAsync.describeEventsAsync
(DescribeEventsRequest request) AbstractAWSElasticBeanstalkAsync.describeEventsAsync
(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) AWSElasticBeanstalkAsync.describeEventsAsync()
Simplified method form for invoking the DescribeEvents operation.AWSElasticBeanstalkAsync.describeEventsAsync
(AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Simplified method form for invoking the DescribeEvents operation with an 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()
Simplified method form for invoking the DescribeEvents operation.AWSElasticBeanstalkAsyncClient.describeEventsAsync
(AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Simplified method form for invoking the DescribeEvents operation with an AsyncHandler.AWSElasticBeanstalkAsyncClient.describeEventsAsync
(DescribeEventsRequest request) AWSElasticBeanstalkAsyncClient.describeEventsAsync
(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type DescribeEventsResultModifier 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 DescribeEventsResult in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return DescribeEventsResultModifier and TypeMethodDescriptionDescribeEventsResult.clone()
DescribeEventsResult.withEvents
(EventDescription... events) A list of EventDescription.DescribeEventsResult.withEvents
(Collection<EventDescription> events) A list of EventDescription.DescribeEventsResult.withNextToken
(String nextToken) If returned, this indicates that there are more results to obtain.