Uses of Class
com.amazonaws.services.rds.model.DescribeEventCategoriesRequest
Packages that use DescribeEventCategoriesRequest
-
Uses of DescribeEventCategoriesRequest in com.amazonaws.services.rds
Methods in com.amazonaws.services.rds with parameters of type DescribeEventCategoriesRequestModifier and TypeMethodDescriptionAbstractAmazonRDS.describeEventCategories
(DescribeEventCategoriesRequest request) AmazonRDS.describeEventCategories
(DescribeEventCategoriesRequest describeEventCategoriesRequest) Displays a list of categories for all event source types, or, if specified, for a specified source type.AmazonRDSClient.describeEventCategories
(DescribeEventCategoriesRequest describeEventCategoriesRequest) Displays a list of categories for all event source types, or, if specified, for a specified source type.AbstractAmazonRDSAsync.describeEventCategoriesAsync
(DescribeEventCategoriesRequest request) AbstractAmazonRDSAsync.describeEventCategoriesAsync
(DescribeEventCategoriesRequest request, AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> 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
(DescribeEventCategoriesRequest request) AmazonRDSAsyncClient.describeEventCategoriesAsync
(DescribeEventCategoriesRequest request, AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Method parameters in com.amazonaws.services.rds with type arguments of type DescribeEventCategoriesRequestModifier 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 DescribeEventCategoriesRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DescribeEventCategoriesRequestModifier and TypeMethodDescriptionDescribeEventCategoriesRequest.clone()
DescribeEventCategoriesRequest.withFilters
(Filter... filters) This parameter is not currently supported.DescribeEventCategoriesRequest.withFilters
(Collection<Filter> filters) This parameter is not currently supported.DescribeEventCategoriesRequest.withSourceType
(String sourceType) The type of source that will be generating the events.