Uses of Class
com.amazonaws.services.rds.model.DescribeEventCategoriesResult
Packages that use DescribeEventCategoriesResult
-
Uses of DescribeEventCategoriesResult in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds that return DescribeEventCategoriesResultModifier and TypeMethodDescriptionAbstractAmazonRDS.describeEventCategories()
AbstractAmazonRDS.describeEventCategories
(DescribeEventCategoriesRequest request) AmazonRDS.describeEventCategories()
Simplified method form for invoking the DescribeEventCategories operation.AmazonRDS.describeEventCategories
(DescribeEventCategoriesRequest describeEventCategoriesRequest) Displays a list of categories for all event source types, or, if specified, for a specified source type.AmazonRDSClient.describeEventCategories()
AmazonRDSClient.describeEventCategories
(DescribeEventCategoriesRequest describeEventCategoriesRequest) Displays a list of categories for all event source types, or, if specified, for a specified source type.Methods in com.amazonaws.services.rds that return types with arguments of type DescribeEventCategoriesResultModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.describeEventCategoriesAsync()
Simplified method form for invoking the DescribeEventCategories operation.AbstractAmazonRDSAsync.describeEventCategoriesAsync
(AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Simplified method form for invoking the DescribeEventCategories operation with an AsyncHandler.AbstractAmazonRDSAsync.describeEventCategoriesAsync
(DescribeEventCategoriesRequest request) AbstractAmazonRDSAsync.describeEventCategoriesAsync
(DescribeEventCategoriesRequest request, AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) AmazonRDSAsync.describeEventCategoriesAsync()
Simplified method form for invoking the DescribeEventCategories operation.AmazonRDSAsync.describeEventCategoriesAsync
(AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Simplified method form for invoking the DescribeEventCategories operation with an AsyncHandler.AmazonRDSAsync.describeEventCategoriesAsync
(DescribeEventCategoriesRequest describeEventCategoriesRequest) Displays a list of categories for all event source types, or, if specified, for a specified source type.AmazonRDSAsync.describeEventCategoriesAsync
(DescribeEventCategoriesRequest describeEventCategoriesRequest, AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Displays a list of categories for all event source types, or, if specified, for a specified source type.AmazonRDSAsyncClient.describeEventCategoriesAsync()
Simplified method form for invoking the DescribeEventCategories operation.AmazonRDSAsyncClient.describeEventCategoriesAsync
(AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Simplified method form for invoking the DescribeEventCategories operation with an AsyncHandler.AmazonRDSAsyncClient.describeEventCategoriesAsync
(DescribeEventCategoriesRequest request) AmazonRDSAsyncClient.describeEventCategoriesAsync
(DescribeEventCategoriesRequest request, AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type DescribeEventCategoriesResultModifier and TypeMethodDescriptionAbstractAmazonRDSAsync.describeEventCategoriesAsync
(AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Simplified method form for invoking the DescribeEventCategories operation with an AsyncHandler.AbstractAmazonRDSAsync.describeEventCategoriesAsync
(DescribeEventCategoriesRequest request, AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) AmazonRDSAsync.describeEventCategoriesAsync
(AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Simplified method form for invoking the DescribeEventCategories operation with an AsyncHandler.AmazonRDSAsync.describeEventCategoriesAsync
(DescribeEventCategoriesRequest describeEventCategoriesRequest, AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Displays a list of categories for all event source types, or, if specified, for a specified source type.AmazonRDSAsyncClient.describeEventCategoriesAsync
(AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Simplified method form for invoking the DescribeEventCategories operation with an AsyncHandler.AmazonRDSAsyncClient.describeEventCategoriesAsync
(DescribeEventCategoriesRequest request, AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) -
Uses of DescribeEventCategoriesResult in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DescribeEventCategoriesResultModifier and TypeMethodDescriptionDescribeEventCategoriesResult.clone()
DescribeEventCategoriesResult.withEventCategoriesMapList
(EventCategoriesMap... eventCategoriesMapList) A list of EventCategoriesMap data types.DescribeEventCategoriesResult.withEventCategoriesMapList
(Collection<EventCategoriesMap> eventCategoriesMapList) A list of EventCategoriesMap data types.