| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb |
Amazon DocumentDB is a fast, reliable, and fully managed database service.
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeEventCategoriesResponse |
DocDbClient.describeEventCategories()
Displays a list of categories for all event source types, or, if specified, for a specified source type.
|
default DescribeEventCategoriesResponse |
DocDbClient.describeEventCategories(Consumer<DescribeEventCategoriesRequest.Builder> describeEventCategoriesRequest)
Displays a list of categories for all event source types, or, if specified, for a specified source type.
|
default DescribeEventCategoriesResponse |
DocDbClient.describeEventCategories(DescribeEventCategoriesRequest describeEventCategoriesRequest)
Displays a list of categories for all event source types, or, if specified, for a specified source type.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeEventCategoriesResponse> |
DocDbAsyncClient.describeEventCategories()
Displays a list of categories for all event source types, or, if specified, for a specified source type.
|
default CompletableFuture<DescribeEventCategoriesResponse> |
DocDbAsyncClient.describeEventCategories(Consumer<DescribeEventCategoriesRequest.Builder> describeEventCategoriesRequest)
Displays a list of categories for all event source types, or, if specified, for a specified source type.
|
default CompletableFuture<DescribeEventCategoriesResponse> |
DocDbAsyncClient.describeEventCategories(DescribeEventCategoriesRequest describeEventCategoriesRequest)
Displays a list of categories for all event source types, or, if specified, for a specified source type.
|
Copyright © 2023. All rights reserved.