Uses of Class
software.amazon.awssdk.services.neptune.model.DescribeEventCategoriesResponse
-
Packages that use DescribeEventCategoriesResponse Package Description software.amazon.awssdk.services.neptune Amazon Neptune -
-
Uses of DescribeEventCategoriesResponse in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune that return DescribeEventCategoriesResponse Modifier and Type Method Description default DescribeEventCategoriesResponseNeptuneClient. describeEventCategories()Displays a list of categories for all event source types, or, if specified, for a specified source type.default DescribeEventCategoriesResponseNeptuneClient. describeEventCategories(Consumer<DescribeEventCategoriesRequest.Builder> describeEventCategoriesRequest)Displays a list of categories for all event source types, or, if specified, for a specified source type.default DescribeEventCategoriesResponseNeptuneClient. describeEventCategories(DescribeEventCategoriesRequest describeEventCategoriesRequest)Displays a list of categories for all event source types, or, if specified, for a specified source type.Methods in software.amazon.awssdk.services.neptune that return types with arguments of type DescribeEventCategoriesResponse Modifier and Type Method Description default CompletableFuture<DescribeEventCategoriesResponse>NeptuneAsyncClient. describeEventCategories()Displays a list of categories for all event source types, or, if specified, for a specified source type.default CompletableFuture<DescribeEventCategoriesResponse>NeptuneAsyncClient. 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>NeptuneAsyncClient. describeEventCategories(DescribeEventCategoriesRequest describeEventCategoriesRequest)Displays a list of categories for all event source types, or, if specified, for a specified source type.
-