Uses of Class
software.amazon.awssdk.services.rds.model.EventSubscription
-
Packages that use EventSubscription Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of EventSubscription in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return EventSubscription Modifier and Type Method Description EventSubscriptionAddSourceIdentifierToSubscriptionResponse. eventSubscription()Returns the value of the EventSubscription property for this object.EventSubscriptionCreateEventSubscriptionResponse. eventSubscription()Returns the value of the EventSubscription property for this object.EventSubscriptionDeleteEventSubscriptionResponse. eventSubscription()Returns the value of the EventSubscription property for this object.EventSubscriptionModifyEventSubscriptionResponse. eventSubscription()Returns the value of the EventSubscription property for this object.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 EventSubscription Modifier and Type Method Description List<EventSubscription>DescribeEventSubscriptionsResponse. eventSubscriptionsList()A list of EventSubscriptions data types.Methods in software.amazon.awssdk.services.rds.model with parameters of type EventSubscription Modifier and Type Method Description AddSourceIdentifierToSubscriptionResponse.BuilderAddSourceIdentifierToSubscriptionResponse.Builder. eventSubscription(EventSubscription eventSubscription)Sets the value of the EventSubscription property for this object.CreateEventSubscriptionResponse.BuilderCreateEventSubscriptionResponse.Builder. eventSubscription(EventSubscription eventSubscription)Sets the value of the EventSubscription property for this object.DeleteEventSubscriptionResponse.BuilderDeleteEventSubscriptionResponse.Builder. eventSubscription(EventSubscription eventSubscription)Sets the value of the EventSubscription property for this object.ModifyEventSubscriptionResponse.BuilderModifyEventSubscriptionResponse.Builder. eventSubscription(EventSubscription eventSubscription)Sets the value of the EventSubscription property for this object.RemoveSourceIdentifierFromSubscriptionResponse.BuilderRemoveSourceIdentifierFromSubscriptionResponse.Builder. eventSubscription(EventSubscription eventSubscription)Sets the value of the EventSubscription property for this object.DescribeEventSubscriptionsResponse.BuilderDescribeEventSubscriptionsResponse.Builder. eventSubscriptionsList(EventSubscription... eventSubscriptionsList)A list of EventSubscriptions data types.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type EventSubscription Modifier and Type Method Description DescribeEventSubscriptionsResponse.BuilderDescribeEventSubscriptionsResponse.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 EventSubscription Modifier and Type Method Description SdkIterable<EventSubscription>DescribeEventSubscriptionsIterable. eventSubscriptionsList()Returns an iterable to iterate through the paginatedDescribeEventSubscriptionsResponse.eventSubscriptionsList()member.SdkPublisher<EventSubscription>DescribeEventSubscriptionsPublisher. eventSubscriptionsList()Returns a publisher that can be used to get a stream of data.
-