| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb.model | |
| software.amazon.awssdk.services.docdb.paginators |
| Modifier and Type | Method and Description |
|---|---|
EventSubscription |
RemoveSourceIdentifierFromSubscriptionResponse.eventSubscription()
Returns the value of the EventSubscription property for this object.
|
EventSubscription |
DeleteEventSubscriptionResponse.eventSubscription()
Returns the value of the EventSubscription property for this object.
|
EventSubscription |
AddSourceIdentifierToSubscriptionResponse.eventSubscription()
Returns the value of the EventSubscription property for this object.
|
EventSubscription |
CreateEventSubscriptionResponse.eventSubscription()
Returns the value of the EventSubscription property for this object.
|
EventSubscription |
ModifyEventSubscriptionResponse.eventSubscription()
Returns the value of the EventSubscription property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventSubscription> |
DescribeEventSubscriptionsResponse.eventSubscriptionsList()
A list of event subscriptions.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveSourceIdentifierFromSubscriptionResponse.Builder |
RemoveSourceIdentifierFromSubscriptionResponse.Builder.eventSubscription(EventSubscription eventSubscription)
Sets the value of the EventSubscription property for this object.
|
DeleteEventSubscriptionResponse.Builder |
DeleteEventSubscriptionResponse.Builder.eventSubscription(EventSubscription eventSubscription)
Sets the value of the EventSubscription property for this object.
|
AddSourceIdentifierToSubscriptionResponse.Builder |
AddSourceIdentifierToSubscriptionResponse.Builder.eventSubscription(EventSubscription eventSubscription)
Sets the value of the EventSubscription property for this object.
|
CreateEventSubscriptionResponse.Builder |
CreateEventSubscriptionResponse.Builder.eventSubscription(EventSubscription eventSubscription)
Sets the value of the EventSubscription property for this object.
|
ModifyEventSubscriptionResponse.Builder |
ModifyEventSubscriptionResponse.Builder.eventSubscription(EventSubscription eventSubscription)
Sets the value of the EventSubscription property for this object.
|
DescribeEventSubscriptionsResponse.Builder |
DescribeEventSubscriptionsResponse.Builder.eventSubscriptionsList(EventSubscription... eventSubscriptionsList)
A list of event subscriptions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventSubscriptionsResponse.Builder |
DescribeEventSubscriptionsResponse.Builder.eventSubscriptionsList(Collection<EventSubscription> eventSubscriptionsList)
A list of event subscriptions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<EventSubscription> |
DescribeEventSubscriptionsIterable.eventSubscriptionsList()
Returns an iterable to iterate through the paginated
DescribeEventSubscriptionsResponse.eventSubscriptionsList() member. |
SdkPublisher<EventSubscription> |
DescribeEventSubscriptionsPublisher.eventSubscriptionsList()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.