Uses of Class
software.amazon.awssdk.services.rds.model.EventSubscription
Packages that use EventSubscription
Package
Description
-
Uses of EventSubscription in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return EventSubscriptionModifier and TypeMethodDescriptionfinal EventSubscriptionAddSourceIdentifierToSubscriptionResponse.eventSubscription()Returns the value of the EventSubscription property for this object.final EventSubscriptionCreateEventSubscriptionResponse.eventSubscription()Returns the value of the EventSubscription property for this object.final EventSubscriptionDeleteEventSubscriptionResponse.eventSubscription()Returns the value of the EventSubscription property for this object.final EventSubscriptionModifyEventSubscriptionResponse.eventSubscription()Returns the value of the EventSubscription property for this object.final EventSubscriptionRemoveSourceIdentifierFromSubscriptionResponse.eventSubscription()Returns the value of the EventSubscription property for this object.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type EventSubscriptionModifier and TypeMethodDescriptionfinal List<EventSubscription>DescribeEventSubscriptionsResponse.eventSubscriptionsList()A list of EventSubscriptions data types.Methods in software.amazon.awssdk.services.rds.model with parameters of type EventSubscriptionModifier and TypeMethodDescriptionAddSourceIdentifierToSubscriptionResponse.Builder.eventSubscription(EventSubscription eventSubscription) Sets the value of the EventSubscription property for this object.CreateEventSubscriptionResponse.Builder.eventSubscription(EventSubscription eventSubscription) Sets the value of the EventSubscription property for this object.DeleteEventSubscriptionResponse.Builder.eventSubscription(EventSubscription eventSubscription) Sets the value of the EventSubscription property for this object.ModifyEventSubscriptionResponse.Builder.eventSubscription(EventSubscription eventSubscription) Sets the value of the EventSubscription property for this object.RemoveSourceIdentifierFromSubscriptionResponse.Builder.eventSubscription(EventSubscription eventSubscription) Sets the value of the EventSubscription property for this object.DescribeEventSubscriptionsResponse.Builder.eventSubscriptionsList(EventSubscription... eventSubscriptionsList) A list of EventSubscriptions data types.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type EventSubscriptionModifier and TypeMethodDescriptionDescribeEventSubscriptionsResponse.Builder.eventSubscriptionsList(Collection<EventSubscription> eventSubscriptionsList) A list of EventSubscriptions data types. -
Uses of EventSubscription in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type EventSubscriptionModifier and TypeMethodDescriptionfinal SdkIterable<EventSubscription>DescribeEventSubscriptionsIterable.eventSubscriptionsList()Returns an iterable to iterate through the paginatedDescribeEventSubscriptionsResponse.eventSubscriptionsList()member.final SdkPublisher<EventSubscription>DescribeEventSubscriptionsPublisher.eventSubscriptionsList()Returns a publisher that can be used to get a stream of data.