Uses of Class
com.amazonaws.services.redshift.model.DescribeEventCategoriesResult
Packages that use DescribeEventCategoriesResult
-
Uses of DescribeEventCategoriesResult in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return DescribeEventCategoriesResultModifier and TypeMethodDescriptionAbstractAmazonRedshift.describeEventCategories()
AbstractAmazonRedshift.describeEventCategories
(DescribeEventCategoriesRequest request) AmazonRedshift.describeEventCategories()
Simplified method form for invoking the DescribeEventCategories operation.AmazonRedshift.describeEventCategories
(DescribeEventCategoriesRequest describeEventCategoriesRequest) Displays a list of event categories for all event source types, or for a specified source type.AmazonRedshiftClient.describeEventCategories()
AmazonRedshiftClient.describeEventCategories
(DescribeEventCategoriesRequest describeEventCategoriesRequest) Displays a list of event categories for all event source types, or for a specified source type.Methods in com.amazonaws.services.redshift that return types with arguments of type DescribeEventCategoriesResultModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.describeEventCategoriesAsync()
Simplified method form for invoking the DescribeEventCategories operation.AbstractAmazonRedshiftAsync.describeEventCategoriesAsync
(AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Simplified method form for invoking the DescribeEventCategories operation with an AsyncHandler.AbstractAmazonRedshiftAsync.describeEventCategoriesAsync
(DescribeEventCategoriesRequest request) AbstractAmazonRedshiftAsync.describeEventCategoriesAsync
(DescribeEventCategoriesRequest request, AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) AmazonRedshiftAsync.describeEventCategoriesAsync()
Simplified method form for invoking the DescribeEventCategories operation.AmazonRedshiftAsync.describeEventCategoriesAsync
(AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Simplified method form for invoking the DescribeEventCategories operation with an 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()
Simplified method form for invoking the DescribeEventCategories operation.AmazonRedshiftAsyncClient.describeEventCategoriesAsync
(AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Simplified method form for invoking the DescribeEventCategories operation with an AsyncHandler.AmazonRedshiftAsyncClient.describeEventCategoriesAsync
(DescribeEventCategoriesRequest request) AmazonRedshiftAsyncClient.describeEventCategoriesAsync
(DescribeEventCategoriesRequest request, AsyncHandler<DescribeEventCategoriesRequest, DescribeEventCategoriesResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeEventCategoriesResultModifier 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 DescribeEventCategoriesResult in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DescribeEventCategoriesResultModifier and TypeMethodDescriptionDescribeEventCategoriesResult.clone()
DescribeEventCategoriesResult.withEventCategoriesMapList
(EventCategoriesMap... eventCategoriesMapList) A list of event categories descriptions.DescribeEventCategoriesResult.withEventCategoriesMapList
(Collection<EventCategoriesMap> eventCategoriesMapList) A list of event categories descriptions.