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