Uses of Class
com.amazonaws.services.redshift.model.EventSubscription
-
Packages that use EventSubscription Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of EventSubscription in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return EventSubscription Modifier and Type Method Description EventSubscriptionAbstractAmazonRedshift. createEventSubscription(CreateEventSubscriptionRequest request)EventSubscriptionAmazonRedshift. createEventSubscription(CreateEventSubscriptionRequest createEventSubscriptionRequest)Creates an Amazon Redshift event notification subscription.EventSubscriptionAmazonRedshiftClient. createEventSubscription(CreateEventSubscriptionRequest createEventSubscriptionRequest)Creates an Amazon Redshift event notification subscription.EventSubscriptionAbstractAmazonRedshift. modifyEventSubscription(ModifyEventSubscriptionRequest request)EventSubscriptionAmazonRedshift. modifyEventSubscription(ModifyEventSubscriptionRequest modifyEventSubscriptionRequest)Modifies an existing Amazon Redshift event notification subscription.EventSubscriptionAmazonRedshiftClient. modifyEventSubscription(ModifyEventSubscriptionRequest modifyEventSubscriptionRequest)Modifies an existing Amazon Redshift event notification subscription. -
Uses of EventSubscription in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return EventSubscription Modifier and Type Method Description EventSubscriptionEventSubscription. clone()EventSubscriptionEventSubscription. withCustomerAwsId(String customerAwsId)The AWS customer account associated with the Amazon Redshift event notification subscription.EventSubscriptionEventSubscription. withCustSubscriptionId(String custSubscriptionId)The name of the Amazon Redshift event notification subscription.EventSubscriptionEventSubscription. withEnabled(Boolean enabled)A Boolean value indicating whether the subscription is enabled.EventSubscriptionEventSubscription. withEventCategoriesList(String... eventCategoriesList)The list of Amazon Redshift event categories specified in the event notification subscription.EventSubscriptionEventSubscription. withEventCategoriesList(Collection<String> eventCategoriesList)The list of Amazon Redshift event categories specified in the event notification subscription.EventSubscriptionEventSubscription. withSeverity(String severity)The event severity specified in the Amazon Redshift event notification subscription.EventSubscriptionEventSubscription. withSnsTopicArn(String snsTopicArn)The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.EventSubscriptionEventSubscription. withSourceIdsList(String... sourceIdsList)A list of the sources that publish events to the Amazon Redshift event notification subscription.EventSubscriptionEventSubscription. withSourceIdsList(Collection<String> sourceIdsList)A list of the sources that publish events to the Amazon Redshift event notification subscription.EventSubscriptionEventSubscription. withSourceType(String sourceType)The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.EventSubscriptionEventSubscription. withStatus(String status)The status of the Amazon Redshift event notification subscription.EventSubscriptionEventSubscription. withSubscriptionCreationTime(Date subscriptionCreationTime)The date and time the Amazon Redshift event notification subscription was created.EventSubscriptionEventSubscription. withTags(Tag... tags)The list of tags for the event subscription.EventSubscriptionEventSubscription. 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 EventSubscription Modifier and Type Method Description List<EventSubscription>DescribeEventSubscriptionsResult. getEventSubscriptionsList()A list of event subscriptions.Methods in com.amazonaws.services.redshift.model with parameters of type EventSubscription Modifier and Type Method Description DescribeEventSubscriptionsResultDescribeEventSubscriptionsResult. withEventSubscriptionsList(EventSubscription... eventSubscriptionsList)A list of event subscriptions.Method parameters in com.amazonaws.services.redshift.model with type arguments of type EventSubscription Modifier and Type Method Description voidDescribeEventSubscriptionsResult. setEventSubscriptionsList(Collection<EventSubscription> eventSubscriptionsList)A list of event subscriptions.DescribeEventSubscriptionsResultDescribeEventSubscriptionsResult. withEventSubscriptionsList(Collection<EventSubscription> eventSubscriptionsList)A list of event subscriptions.
-