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.
|
com.amazonaws.services.redshift.model.transform |
Marhsalling for 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> |
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)
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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 marker returned from a previous DescribeEvents
request.
|
DescribeEventsRequest |
DescribeEventsRequest.withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Request<DescribeEventsRequest> |
DescribeEventsRequestMarshaller.marshall(DescribeEventsRequest describeEventsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<DescribeEventsRequest> |
DescribeEventsRequestMarshaller.marshall(DescribeEventsRequest describeEventsRequest) |
Copyright © 2016. All rights reserved.