Uses of Class
com.amazonaws.services.rds.model.DescribeEventsRequest
Packages that use DescribeEventsRequest
-
Uses of DescribeEventsRequest in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds with parameters of type DescribeEventsRequestModifier and TypeMethodDescriptionAbstractAmazonRDS.describeEvents
(DescribeEventsRequest request) AmazonRDS.describeEvents
(DescribeEventsRequest describeEventsRequest) Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days.AmazonRDSClient.describeEvents
(DescribeEventsRequest describeEventsRequest) Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days.AbstractAmazonRDSAsync.describeEventsAsync
(DescribeEventsRequest request) AbstractAmazonRDSAsync.describeEventsAsync
(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) AmazonRDSAsync.describeEventsAsync
(DescribeEventsRequest describeEventsRequest) Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days.AmazonRDSAsync.describeEventsAsync
(DescribeEventsRequest describeEventsRequest, AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days.AmazonRDSAsyncClient.describeEventsAsync
(DescribeEventsRequest request) AmazonRDSAsyncClient.describeEventsAsync
(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type DescribeEventsRequestModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.describeEventsAsync
(AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Simplified method form for invoking the DescribeEvents operation with an AsyncHandler.AbstractAmazonRDSAsync.describeEventsAsync
(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) AmazonRDSAsync.describeEventsAsync
(AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Simplified method form for invoking the DescribeEvents operation with an AsyncHandler.AmazonRDSAsync.describeEventsAsync
(DescribeEventsRequest describeEventsRequest, AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days.AmazonRDSAsyncClient.describeEventsAsync
(AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Simplified method form for invoking the DescribeEvents operation with an AsyncHandler.AmazonRDSAsyncClient.describeEventsAsync
(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) -
Uses of DescribeEventsRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DescribeEventsRequestModifier and TypeMethodDescriptionDescribeEventsRequest.clone()
DescribeEventsRequest.withDuration
(Integer duration) The number of minutes to retrieve events for.DescribeEventsRequest.withEndTime
(Date endTime) The end of the time interval for which to retrieve events, specified in ISO 8601 format.DescribeEventsRequest.withEventCategories
(String... eventCategories) A list of event categories that trigger notifications for a event notification subscription.DescribeEventsRequest.withEventCategories
(Collection<String> eventCategories) A list of event categories that trigger notifications for a event notification subscription.DescribeEventsRequest.withFilters
(Filter... filters) This parameter is not currently supported.DescribeEventsRequest.withFilters
(Collection<Filter> filters) This parameter is not currently supported.DescribeEventsRequest.withMarker
(String marker) An optional pagination token provided by a previous DescribeEvents request.DescribeEventsRequest.withMaxRecords
(Integer maxRecords) The maximum number of records to include in the response.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.