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