Package | Description |
---|---|
com.amazonaws.services.redshift |
Synchronous and asynchronous client classes for accessing AmazonRedshift.
|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
Modifier and Type | Method and Description |
---|---|
DescribeEventsResult |
AmazonRedshiftClient.describeEvents(DescribeEventsRequest describeEventsRequest)
Returns events related to clusters, security groups, snapshots, and
parameter groups for the past 14 days.
|
DescribeEventsResult |
AmazonRedshift.describeEvents(DescribeEventsRequest describeEventsRequest)
Returns events related to clusters, security groups, snapshots, and
parameter groups for the past 14 days.
|
Future<DescribeEventsResult> |
AmazonRedshiftAsync.describeEventsAsync(DescribeEventsRequest describeEventsRequest)
Returns events related to clusters, security groups, snapshots, and
parameter groups for the past 14 days.
|
Future<DescribeEventsResult> |
AmazonRedshiftAsyncClient.describeEventsAsync(DescribeEventsRequest describeEventsRequest)
Returns events related to clusters, security groups, snapshots, and
parameter groups for the past 14 days.
|
Future<DescribeEventsResult> |
AmazonRedshiftAsync.describeEventsAsync(DescribeEventsRequest describeEventsRequest,
AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
Returns events related to clusters, security groups, snapshots, and
parameter groups for the past 14 days.
|
Future<DescribeEventsResult> |
AmazonRedshiftAsyncClient.describeEventsAsync(DescribeEventsRequest describeEventsRequest,
AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
Returns events related to clusters, security groups, snapshots, and
parameter groups for the past 14 days.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeEventsResult> |
AmazonRedshiftAsync.describeEventsAsync(DescribeEventsRequest describeEventsRequest,
AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
Returns events related to clusters, security groups, snapshots, and
parameter groups for the past 14 days.
|
Future<DescribeEventsResult> |
AmazonRedshiftAsyncClient.describeEventsAsync(DescribeEventsRequest describeEventsRequest,
AsyncHandler<DescribeEventsRequest,DescribeEventsResult> asyncHandler)
Returns events related to clusters, security groups, snapshots, and
parameter groups for the past 14 days.
|
Modifier and Type | Method and Description |
---|---|
DescribeEventsRequest |
DescribeEventsRequest.withDuration(Integer duration)
The number of minutes prior to the time of the request for which to
retrieve events.
|
DescribeEventsRequest |
DescribeEventsRequest.withEndTime(Date endTime)
The end of the time interval for which to retrieve events, specified
in ISO 8601 format.
|
DescribeEventsRequest |
DescribeEventsRequest.withMarker(String marker)
An optional parameter that specifies the starting point to return a
set of response records.
|
DescribeEventsRequest |
DescribeEventsRequest.withMaxRecords(Integer maxRecords)
The maximum number of response records to return in each call.
|
DescribeEventsRequest |
DescribeEventsRequest.withSourceIdentifier(String sourceIdentifier)
The identifier of the event source for which events will be returned.
|
DescribeEventsRequest |
DescribeEventsRequest.withSourceType(SourceType sourceType)
The event source to retrieve events for.
|
DescribeEventsRequest |
DescribeEventsRequest.withSourceType(String sourceType)
The event source to retrieve events for.
|
DescribeEventsRequest |
DescribeEventsRequest.withStartTime(Date startTime)
The beginning of the time interval to retrieve events for, specified
in ISO 8601 format.
|
Copyright © 2014. All rights reserved.