Uses of Class
com.amazonaws.services.redshift.model.EventSubscription
Packages that use EventSubscription
-
Uses of EventSubscription in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return EventSubscriptionModifier and TypeMethodDescriptionAbstractAmazonRedshift.createEventSubscription
(CreateEventSubscriptionRequest request) AmazonRedshift.createEventSubscription
(CreateEventSubscriptionRequest createEventSubscriptionRequest) Creates an Amazon Redshift event notification subscription.AmazonRedshiftClient.createEventSubscription
(CreateEventSubscriptionRequest createEventSubscriptionRequest) Creates an Amazon Redshift event notification subscription.AbstractAmazonRedshift.modifyEventSubscription
(ModifyEventSubscriptionRequest request) AmazonRedshift.modifyEventSubscription
(ModifyEventSubscriptionRequest modifyEventSubscriptionRequest) Modifies an existing Amazon Redshift event notification subscription.AmazonRedshiftClient.modifyEventSubscription
(ModifyEventSubscriptionRequest modifyEventSubscriptionRequest) Modifies an existing Amazon Redshift event notification subscription.Methods in com.amazonaws.services.redshift that return types with arguments of type EventSubscriptionModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.createEventSubscriptionAsync
(CreateEventSubscriptionRequest request) AbstractAmazonRedshiftAsync.createEventSubscriptionAsync
(CreateEventSubscriptionRequest request, AsyncHandler<CreateEventSubscriptionRequest, EventSubscription> asyncHandler) AmazonRedshiftAsync.createEventSubscriptionAsync
(CreateEventSubscriptionRequest createEventSubscriptionRequest) Creates an Amazon Redshift event notification subscription.AmazonRedshiftAsync.createEventSubscriptionAsync
(CreateEventSubscriptionRequest createEventSubscriptionRequest, AsyncHandler<CreateEventSubscriptionRequest, EventSubscription> asyncHandler) Creates an Amazon Redshift event notification subscription.AmazonRedshiftAsyncClient.createEventSubscriptionAsync
(CreateEventSubscriptionRequest request) AmazonRedshiftAsyncClient.createEventSubscriptionAsync
(CreateEventSubscriptionRequest request, AsyncHandler<CreateEventSubscriptionRequest, EventSubscription> asyncHandler) AbstractAmazonRedshiftAsync.modifyEventSubscriptionAsync
(ModifyEventSubscriptionRequest request) AbstractAmazonRedshiftAsync.modifyEventSubscriptionAsync
(ModifyEventSubscriptionRequest request, AsyncHandler<ModifyEventSubscriptionRequest, EventSubscription> asyncHandler) AmazonRedshiftAsync.modifyEventSubscriptionAsync
(ModifyEventSubscriptionRequest modifyEventSubscriptionRequest) Modifies an existing Amazon Redshift event notification subscription.AmazonRedshiftAsync.modifyEventSubscriptionAsync
(ModifyEventSubscriptionRequest modifyEventSubscriptionRequest, AsyncHandler<ModifyEventSubscriptionRequest, EventSubscription> asyncHandler) Modifies an existing Amazon Redshift event notification subscription.AmazonRedshiftAsyncClient.modifyEventSubscriptionAsync
(ModifyEventSubscriptionRequest request) AmazonRedshiftAsyncClient.modifyEventSubscriptionAsync
(ModifyEventSubscriptionRequest request, AsyncHandler<ModifyEventSubscriptionRequest, EventSubscription> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type EventSubscriptionModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.createEventSubscriptionAsync
(CreateEventSubscriptionRequest request, AsyncHandler<CreateEventSubscriptionRequest, EventSubscription> asyncHandler) AmazonRedshiftAsync.createEventSubscriptionAsync
(CreateEventSubscriptionRequest createEventSubscriptionRequest, AsyncHandler<CreateEventSubscriptionRequest, EventSubscription> asyncHandler) Creates an Amazon Redshift event notification subscription.AmazonRedshiftAsyncClient.createEventSubscriptionAsync
(CreateEventSubscriptionRequest request, AsyncHandler<CreateEventSubscriptionRequest, EventSubscription> asyncHandler) AbstractAmazonRedshiftAsync.modifyEventSubscriptionAsync
(ModifyEventSubscriptionRequest request, AsyncHandler<ModifyEventSubscriptionRequest, EventSubscription> asyncHandler) AmazonRedshiftAsync.modifyEventSubscriptionAsync
(ModifyEventSubscriptionRequest modifyEventSubscriptionRequest, AsyncHandler<ModifyEventSubscriptionRequest, EventSubscription> asyncHandler) Modifies an existing Amazon Redshift event notification subscription.AmazonRedshiftAsyncClient.modifyEventSubscriptionAsync
(ModifyEventSubscriptionRequest request, AsyncHandler<ModifyEventSubscriptionRequest, EventSubscription> asyncHandler) -
Uses of EventSubscription in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return EventSubscriptionModifier and TypeMethodDescriptionEventSubscription.clone()
EventSubscription.withCustomerAwsId
(String customerAwsId) The AWS customer account associated with the Amazon Redshift event notification subscription.EventSubscription.withCustSubscriptionId
(String custSubscriptionId) The name of the Amazon Redshift event notification subscription.EventSubscription.withEnabled
(Boolean enabled) A Boolean value indicating whether the subscription is enabled.EventSubscription.withEventCategoriesList
(String... eventCategoriesList) The list of Amazon Redshift event categories specified in the event notification subscription.EventSubscription.withEventCategoriesList
(Collection<String> eventCategoriesList) The list of Amazon Redshift event categories specified in the event notification subscription.EventSubscription.withSeverity
(String severity) The event severity specified in the Amazon Redshift event notification subscription.EventSubscription.withSnsTopicArn
(String snsTopicArn) The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.EventSubscription.withSourceIdsList
(String... sourceIdsList) A list of the sources that publish events to the Amazon Redshift event notification subscription.EventSubscription.withSourceIdsList
(Collection<String> sourceIdsList) A list of the sources that publish events to the Amazon Redshift event notification subscription.EventSubscription.withSourceType
(String sourceType) The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.EventSubscription.withStatus
(String status) The status of the Amazon Redshift event notification subscription.EventSubscription.withSubscriptionCreationTime
(Date subscriptionCreationTime) The date and time the Amazon Redshift event notification subscription was created.The list of tags for the event subscription.EventSubscription.withTags
(Collection<Tag> tags) The list of tags for the event subscription.Methods in com.amazonaws.services.redshift.model that return types with arguments of type EventSubscriptionModifier and TypeMethodDescriptionDescribeEventSubscriptionsResult.getEventSubscriptionsList()
A list of event subscriptions.Methods in com.amazonaws.services.redshift.model with parameters of type EventSubscriptionModifier and TypeMethodDescriptionDescribeEventSubscriptionsResult.withEventSubscriptionsList
(EventSubscription... eventSubscriptionsList) A list of event subscriptions.Method parameters in com.amazonaws.services.redshift.model with type arguments of type EventSubscriptionModifier and TypeMethodDescriptionvoid
DescribeEventSubscriptionsResult.setEventSubscriptionsList
(Collection<EventSubscription> eventSubscriptionsList) A list of event subscriptions.DescribeEventSubscriptionsResult.withEventSubscriptionsList
(Collection<EventSubscription> eventSubscriptionsList) A list of event subscriptions.