Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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> |
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)
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DescribeEventCategoriesRequest |
DescribeEventCategoriesRequest.withSourceType(String sourceType)
The type of source that will be generating the events.
|
Copyright © 2014. All rights reserved.