Uses of Class
com.amazonaws.services.redshift.model.DescribeEventsRequest
Packages that use DescribeEventsRequest
-
Uses of DescribeEventsRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type DescribeEventsRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.describeEvents
(DescribeEventsRequest request) AmazonRedshift.describeEvents
(DescribeEventsRequest describeEventsRequest) Returns events related to clusters, security groups, snapshots, and parameter groups for the past 14 days.AmazonRedshiftClient.describeEvents
(DescribeEventsRequest describeEventsRequest) Returns events related to clusters, security groups, snapshots, and parameter groups for the past 14 days.AbstractAmazonRedshiftAsync.describeEventsAsync
(DescribeEventsRequest request) AbstractAmazonRedshiftAsync.describeEventsAsync
(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest, DescribeEventsResult> 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
(DescribeEventsRequest request) AmazonRedshiftAsyncClient.describeEventsAsync
(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeEventsRequestModifier 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 DescribeEventsRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DescribeEventsRequestModifier and TypeMethodDescriptionDescribeEventsRequest.clone()
DescribeEventsRequest.withDuration
(Integer duration) The number of minutes prior to the time of the request for which to retrieve events.DescribeEventsRequest.withEndTime
(Date endTime) The end of the time interval for which to retrieve events, specified in ISO 8601 format.DescribeEventsRequest.withMarker
(String marker) An optional parameter that specifies the starting point to return a set of response records.DescribeEventsRequest.withMaxRecords
(Integer maxRecords) The maximum number of response records to return in each call.DescribeEventsRequest.withSourceIdentifier
(String sourceIdentifier) The identifier of the event source for which events will be returned.DescribeEventsRequest.withSourceType
(SourceType sourceType) The event source to retrieve events for.DescribeEventsRequest.withSourceType
(String sourceType) The event source to retrieve events for.DescribeEventsRequest.withStartTime
(Date startTime) The beginning of the time interval to retrieve events for, specified in ISO 8601 format.