Uses of Class
com.amazonaws.services.redshift.model.DescribeEventCategoriesRequest
Packages that use DescribeEventCategoriesRequest
-
Uses of DescribeEventCategoriesRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type DescribeEventCategoriesRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.describeEventCategories
(DescribeEventCategoriesRequest request) AmazonRedshift.describeEventCategories
(DescribeEventCategoriesRequest describeEventCategoriesRequest) Displays a list of event categories for all event source types, or for a specified source type.AmazonRedshiftClient.describeEventCategories
(DescribeEventCategoriesRequest describeEventCategoriesRequest) Displays a list of event categories for all event source types, or for a specified source type.AbstractAmazonRedshiftAsync.describeEventCategoriesAsync
(DescribeEventCategoriesRequest request) AbstractAmazonRedshiftAsync.describeEventCategoriesAsync
(DescribeEventCategoriesRequest request, AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) AmazonRedshiftAsync.describeEventCategoriesAsync
(DescribeEventCategoriesRequest describeEventCategoriesRequest) Displays a list of event categories for all event source types, or for a specified source type.AmazonRedshiftAsync.describeEventCategoriesAsync
(DescribeEventCategoriesRequest describeEventCategoriesRequest, AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Displays a list of event categories for all event source types, or for a specified source type.AmazonRedshiftAsyncClient.describeEventCategoriesAsync
(DescribeEventCategoriesRequest request) AmazonRedshiftAsyncClient.describeEventCategoriesAsync
(DescribeEventCategoriesRequest request, AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeEventCategoriesRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.describeEventCategoriesAsync
(AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Simplified method form for invoking the DescribeEventCategories operation with an AsyncHandler.AbstractAmazonRedshiftAsync.describeEventCategoriesAsync
(DescribeEventCategoriesRequest request, AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) AmazonRedshiftAsync.describeEventCategoriesAsync
(AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Simplified method form for invoking the DescribeEventCategories operation with an AsyncHandler.AmazonRedshiftAsync.describeEventCategoriesAsync
(DescribeEventCategoriesRequest describeEventCategoriesRequest, AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Displays a list of event categories for all event source types, or for a specified source type.AmazonRedshiftAsyncClient.describeEventCategoriesAsync
(AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Simplified method form for invoking the DescribeEventCategories operation with an AsyncHandler.AmazonRedshiftAsyncClient.describeEventCategoriesAsync
(DescribeEventCategoriesRequest request, AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) -
Uses of DescribeEventCategoriesRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DescribeEventCategoriesRequestModifier and TypeMethodDescriptionDescribeEventCategoriesRequest.clone()
DescribeEventCategoriesRequest.withSourceType
(String sourceType) The source type, such as cluster or parameter group, to which the described event categories apply.