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

Packages that use DescribeEventCategoriesResult
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 DescribeEventCategoriesResult in com.amazonaws.services.rds
 

Methods in com.amazonaws.services.rds that return DescribeEventCategoriesResult
 DescribeEventCategoriesResult AmazonRDSClient.describeEventCategories()
           Displays a list of categories for all event source types, or, if specified, for a specified source type.
 DescribeEventCategoriesResult AmazonRDS.describeEventCategories()
           Displays a list of categories for all event source types, or, if specified, for a specified source type.
 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.
 

Methods in com.amazonaws.services.rds that return types with arguments of type DescribeEventCategoriesResult
 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 DescribeEventCategoriesResult
 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 DescribeEventCategoriesResult in com.amazonaws.services.rds.model
 

Methods in com.amazonaws.services.rds.model that return DescribeEventCategoriesResult
 DescribeEventCategoriesResult DescribeEventCategoriesResult.withEventCategoriesMapList(Collection<EventCategoriesMap> eventCategoriesMapList)
          A list of EventCategoriesMap data types.
 DescribeEventCategoriesResult DescribeEventCategoriesResult.withEventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList)
          A list of EventCategoriesMap data types.
 



Copyright © 2016. All rights reserved.