Package | Description |
---|---|
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EventCategoriesMap> |
DescribeEventCategoriesResult.eventCategoriesMapList
A list of EventCategoriesMap data types.
|
Modifier and Type | Method and Description |
---|---|
EventCategoriesMap |
EventCategoriesMap.clone() |
EventCategoriesMap |
EventCategoriesMap.withEventCategories(java.util.Collection<java.lang.String> eventCategories)
The event categories for the specified source type
|
EventCategoriesMap |
EventCategoriesMap.withEventCategories(java.lang.String... eventCategories)
The event categories for the specified source type
|
EventCategoriesMap |
EventCategoriesMap.withSourceType(java.lang.String sourceType)
The source type that the returned categories belong to
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EventCategoriesMap> |
DescribeEventCategoriesResult.getEventCategoriesMapList()
A list of EventCategoriesMap data types.
|
Modifier and Type | Method and Description |
---|---|
DescribeEventCategoriesResult |
DescribeEventCategoriesResult.withEventCategoriesMapList(EventCategoriesMap... eventCategoriesMapList)
A list of EventCategoriesMap data types.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeEventCategoriesResult.setEventCategoriesMapList(java.util.Collection<EventCategoriesMap> eventCategoriesMapList)
A list of EventCategoriesMap data types.
|
DescribeEventCategoriesResult |
DescribeEventCategoriesResult.withEventCategoriesMapList(java.util.Collection<EventCategoriesMap> eventCategoriesMapList)
A list of EventCategoriesMap data types.
|
Modifier and Type | Method and Description |
---|---|
EventCategoriesMap |
EventCategoriesMapStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |