Uses of Class
com.amazonaws.services.rds.model.DescribeEventsResult
Packages that use DescribeEventsResult
-
Uses of DescribeEventsResult in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds that return DescribeEventsResultModifier and TypeMethodDescriptionAbstractAmazonRDS.describeEvents()
AbstractAmazonRDS.describeEvents
(DescribeEventsRequest request) AmazonRDS.describeEvents()
Simplified method form for invoking the DescribeEvents operation.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()
AmazonRDSClient.describeEvents
(DescribeEventsRequest describeEventsRequest) Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the past 14 days.Methods in com.amazonaws.services.rds that return types with arguments of type DescribeEventsResultModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.describeEventsAsync()
Simplified method form for invoking the DescribeEvents operation.AbstractAmazonRDSAsync.describeEventsAsync
(AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Simplified method form for invoking the DescribeEvents operation with an AsyncHandler.AbstractAmazonRDSAsync.describeEventsAsync
(DescribeEventsRequest request) AbstractAmazonRDSAsync.describeEventsAsync
(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) AmazonRDSAsync.describeEventsAsync()
Simplified method form for invoking the DescribeEvents operation.AmazonRDSAsync.describeEventsAsync
(AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Simplified method form for invoking the DescribeEvents operation with an 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()
Simplified method form for invoking the DescribeEvents operation.AmazonRDSAsyncClient.describeEventsAsync
(AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Simplified method form for invoking the DescribeEvents operation with an AsyncHandler.AmazonRDSAsyncClient.describeEventsAsync
(DescribeEventsRequest request) AmazonRDSAsyncClient.describeEventsAsync
(DescribeEventsRequest request, AsyncHandler<DescribeEventsRequest, DescribeEventsResult> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type DescribeEventsResultModifier 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 DescribeEventsResult in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DescribeEventsResultModifier and TypeMethodDescriptionDescribeEventsResult.clone()
DescribeEventsResult.withEvents
(Event... events) A list of Event instances.DescribeEventsResult.withEvents
(Collection<Event> events) A list of Event instances.DescribeEventsResult.withMarker
(String marker) An optional pagination token provided by a previous Events request.