Uses of Class
software.amazon.awssdk.services.redshift.model.DescribeEventsResponse
-
Packages that use DescribeEventsResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.paginators -
-
Uses of DescribeEventsResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return DescribeEventsResponse Modifier and Type Method Description default DescribeEventsResponseRedshiftClient. describeEvents()Returns events related to clusters, security groups, snapshots, and parameter groups for the past 14 days.default DescribeEventsResponseRedshiftClient. describeEvents(Consumer<DescribeEventsRequest.Builder> describeEventsRequest)Returns events related to clusters, security groups, snapshots, and parameter groups for the past 14 days.default DescribeEventsResponseRedshiftClient. describeEvents(DescribeEventsRequest describeEventsRequest)Returns events related to clusters, security groups, snapshots, and parameter groups for the past 14 days.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type DescribeEventsResponse Modifier and Type Method Description default CompletableFuture<DescribeEventsResponse>RedshiftAsyncClient. describeEvents()Returns events related to clusters, security groups, snapshots, and parameter groups for the past 14 days.default CompletableFuture<DescribeEventsResponse>RedshiftAsyncClient. describeEvents(Consumer<DescribeEventsRequest.Builder> describeEventsRequest)Returns events related to clusters, security groups, snapshots, and parameter groups for the past 14 days.default CompletableFuture<DescribeEventsResponse>RedshiftAsyncClient. describeEvents(DescribeEventsRequest describeEventsRequest)Returns events related to clusters, security groups, snapshots, and parameter groups for the past 14 days. -
Uses of DescribeEventsResponse in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.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.redshift.paginators with type arguments of type DescribeEventsResponse Modifier and Type Method Description voidDescribeEventsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeEventsResponse> subscriber)
-