Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.DescribeEventsResponse
-
Packages that use DescribeEventsResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk software.amazon.awssdk.services.elasticbeanstalk.paginators -
-
Uses of DescribeEventsResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return DescribeEventsResponse Modifier and Type Method Description default DescribeEventsResponseElasticBeanstalkClient. describeEvents()Returns list of event descriptions matching criteria up to the last 6 weeks.default DescribeEventsResponseElasticBeanstalkClient. describeEvents(Consumer<DescribeEventsRequest.Builder> describeEventsRequest)Returns list of event descriptions matching criteria up to the last 6 weeks.default DescribeEventsResponseElasticBeanstalkClient. describeEvents(DescribeEventsRequest describeEventsRequest)Returns list of event descriptions matching criteria up to the last 6 weeks.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type DescribeEventsResponse Modifier and Type Method Description default CompletableFuture<DescribeEventsResponse>ElasticBeanstalkAsyncClient. describeEvents()Returns list of event descriptions matching criteria up to the last 6 weeks.default CompletableFuture<DescribeEventsResponse>ElasticBeanstalkAsyncClient. describeEvents(Consumer<DescribeEventsRequest.Builder> describeEventsRequest)Returns list of event descriptions matching criteria up to the last 6 weeks.default CompletableFuture<DescribeEventsResponse>ElasticBeanstalkAsyncClient. describeEvents(DescribeEventsRequest describeEventsRequest)Returns list of event descriptions matching criteria up to the last 6 weeks. -
Uses of DescribeEventsResponse in software.amazon.awssdk.services.elasticbeanstalk.paginators
Methods in software.amazon.awssdk.services.elasticbeanstalk.paginators that return types with arguments of type DescribeEventsResponse Modifier and Type Method Description Iterator<DescribeEventsResponse>DescribeEventsIterable. iterator()Method parameters in software.amazon.awssdk.services.elasticbeanstalk.paginators with type arguments of type DescribeEventsResponse Modifier and Type Method Description voidDescribeEventsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeEventsResponse> subscriber)
-