Uses of Class
com.amazonaws.services.rds.model.DescribeEventCategoriesRequest

Packages that use DescribeEventCategoriesRequest
com.amazonaws.services.rds Synchronous and asynchronous client classes for accessing AmazonRDS. 
com.amazonaws.services.rds.model Classes modeling the various types represented by AmazonRDS. 
 

Uses of DescribeEventCategoriesRequest in com.amazonaws.services.rds
 

Methods in com.amazonaws.services.rds with parameters of type DescribeEventCategoriesRequest
 DescribeEventCategoriesResult AmazonRDSClient.describeEventCategories(DescribeEventCategoriesRequest describeEventCategoriesRequest)
           Displays a list of categories for all event source types, or, if specified, for a specified source type.
 DescribeEventCategoriesResult AmazonRDS.describeEventCategories(DescribeEventCategoriesRequest describeEventCategoriesRequest)
           Displays a list of categories for all event source types, or, if specified, for a specified source type.
 Future<DescribeEventCategoriesResult> AmazonRDSAsyncClient.describeEventCategoriesAsync(DescribeEventCategoriesRequest describeEventCategoriesRequest)
           Displays a list of categories for all event source types, or, if specified, for a specified source type.
 Future<DescribeEventCategoriesResult> AmazonRDSAsync.describeEventCategoriesAsync(DescribeEventCategoriesRequest describeEventCategoriesRequest)
           Displays a list of categories for all event source types, or, if specified, for a specified source type.
 Future<DescribeEventCategoriesResult> AmazonRDSAsyncClient.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.
 Future<DescribeEventCategoriesResult> 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.
 

Method parameters in com.amazonaws.services.rds with type arguments of type DescribeEventCategoriesRequest
 Future<DescribeEventCategoriesResult> AmazonRDSAsyncClient.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.
 Future<DescribeEventCategoriesResult> 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.
 

Uses of DescribeEventCategoriesRequest in com.amazonaws.services.rds.model
 

Methods in com.amazonaws.services.rds.model that return DescribeEventCategoriesRequest
 DescribeEventCategoriesRequest DescribeEventCategoriesRequest.withSourceType(String sourceType)
          The type of source that will be generating the events.
 



Copyright © 2016. All rights reserved.