| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
ConnectionNotification |
CreateVpcEndpointConnectionNotificationResponse.connectionNotification()
Information about the notification.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionNotification> |
DescribeVpcEndpointConnectionNotificationsResponse.connectionNotificationSet()
The notifications.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVpcEndpointConnectionNotificationResponse.Builder |
CreateVpcEndpointConnectionNotificationResponse.Builder.connectionNotification(ConnectionNotification connectionNotification)
Information about the notification.
|
DescribeVpcEndpointConnectionNotificationsResponse.Builder |
DescribeVpcEndpointConnectionNotificationsResponse.Builder.connectionNotificationSet(ConnectionNotification... connectionNotificationSet)
The notifications.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcEndpointConnectionNotificationsResponse.Builder |
DescribeVpcEndpointConnectionNotificationsResponse.Builder.connectionNotificationSet(Collection<ConnectionNotification> connectionNotificationSet)
The notifications.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ConnectionNotification> |
DescribeVpcEndpointConnectionNotificationsPublisher.connectionNotificationSet()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ConnectionNotification> |
DescribeVpcEndpointConnectionNotificationsIterable.connectionNotificationSet()
Returns an iterable to iterate through the paginated
DescribeVpcEndpointConnectionNotificationsResponse.connectionNotificationSet() member. |
Copyright © 2023. All rights reserved.