Uses of Class
com.amazonaws.services.redshift.model.DescribeEventsResult
Packages that use DescribeEventsResult
-
Uses of DescribeEventsResult in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return DescribeEventsResultModifier and TypeMethodDescriptionAbstractAmazonRedshift.describeEvents()
AbstractAmazonRedshift.describeEvents
(DescribeEventsRequest request) AmazonRedshift.describeEvents()
Simplified method form for invoking the DescribeEvents operation.AmazonRedshift.describeEvents
(DescribeEventsRequest describeEventsRequest) Returns events related to clusters, security groups, snapshots, and parameter groups for the past 14 days.AmazonRedshiftClient.describeEvents()
AmazonRedshiftClient.describeEvents
(DescribeEventsRequest describeEventsRequest) Returns events related to clusters, security groups, snapshots, and parameter groups for the past 14 days.Methods in com.amazonaws.services.redshift that return types with arguments of type DescribeEventsResultModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.describeEventsAsync()
Simplified method form for invoking the DescribeEvents operation.AbstractAmazonRedshiftAsync.describeEventsAsync
(AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Simplified method form for invoking the DescribeEvents operation with an AsyncHandler.AbstractAmazonRedshiftAsync.describeEventsAsync
(DescribeEventsRequest request) AbstractAmazonRedshiftAsync.describeEventsAsync
(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) AmazonRedshiftAsync.describeEventsAsync()
Simplified method form for invoking the DescribeEvents operation.AmazonRedshiftAsync.describeEventsAsync
(AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Simplified method form for invoking the DescribeEvents operation with an AsyncHandler.AmazonRedshiftAsync.describeEventsAsync
(DescribeEventsRequest describeEventsRequest) Returns events related to clusters, security groups, snapshots, and parameter groups for the past 14 days.AmazonRedshiftAsync.describeEventsAsync
(DescribeEventsRequest describeEventsRequest, AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Returns events related to clusters, security groups, snapshots, and parameter groups for the past 14 days.AmazonRedshiftAsyncClient.describeEventsAsync()
Simplified method form for invoking the DescribeEvents operation.AmazonRedshiftAsyncClient.describeEventsAsync
(AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Simplified method form for invoking the DescribeEvents operation with an AsyncHandler.AmazonRedshiftAsyncClient.describeEventsAsync
(DescribeEventsRequest request) AmazonRedshiftAsyncClient.describeEventsAsync
(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeEventsResultModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.describeEventsAsync
(AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Simplified method form for invoking the DescribeEvents operation with an AsyncHandler.AbstractAmazonRedshiftAsync.describeEventsAsync
(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) AmazonRedshiftAsync.describeEventsAsync
(AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Simplified method form for invoking the DescribeEvents operation with an AsyncHandler.AmazonRedshiftAsync.describeEventsAsync
(DescribeEventsRequest describeEventsRequest, AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Returns events related to clusters, security groups, snapshots, and parameter groups for the past 14 days.AmazonRedshiftAsyncClient.describeEventsAsync
(AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Simplified method form for invoking the DescribeEvents operation with an AsyncHandler.AmazonRedshiftAsyncClient.describeEventsAsync
(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) -
Uses of DescribeEventsResult in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DescribeEventsResultModifier and TypeMethodDescriptionDescribeEventsResult.clone()
DescribeEventsResult.withEvents
(Event... events) A list ofEvent
instances.DescribeEventsResult.withEvents
(Collection<Event> events) A list ofEvent
instances.DescribeEventsResult.withMarker
(String marker) A value that indicates the starting point for the next set of response records in a subsequent request.