Uses of Class
software.amazon.awssdk.services.databasemigration.model.DescribeEventCategoriesResponse
Packages that use DescribeEventCategoriesResponse
-
Uses of DescribeEventCategoriesResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return DescribeEventCategoriesResponseModifier and TypeMethodDescriptiondefault DescribeEventCategoriesResponseDatabaseMigrationClient.describeEventCategories()Lists categories for all event source types, or, if specified, for a specified source type.default DescribeEventCategoriesResponseDatabaseMigrationClient.describeEventCategories(Consumer<DescribeEventCategoriesRequest.Builder> describeEventCategoriesRequest) Lists categories for all event source types, or, if specified, for a specified source type.default DescribeEventCategoriesResponseDatabaseMigrationClient.describeEventCategories(DescribeEventCategoriesRequest describeEventCategoriesRequest) Lists categories for all event source types, or, if specified, for a specified source type.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type DescribeEventCategoriesResponseModifier and TypeMethodDescriptionDatabaseMigrationAsyncClient.describeEventCategories()Lists categories for all event source types, or, if specified, for a specified source type.DatabaseMigrationAsyncClient.describeEventCategories(Consumer<DescribeEventCategoriesRequest.Builder> describeEventCategoriesRequest) Lists categories for all event source types, or, if specified, for a specified source type.DatabaseMigrationAsyncClient.describeEventCategories(DescribeEventCategoriesRequest describeEventCategoriesRequest) Lists categories for all event source types, or, if specified, for a specified source type.