Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ConnectionNotification |
ConnectionNotification.clone() |
ConnectionNotification |
CreateVpcEndpointConnectionNotificationResult.getConnectionNotification()
Information about the notification.
|
ConnectionNotification |
ConnectionNotification.withConnectionEvents(Collection<String> connectionEvents)
The events for the notification.
|
ConnectionNotification |
ConnectionNotification.withConnectionEvents(String... connectionEvents)
The events for the notification.
|
ConnectionNotification |
ConnectionNotification.withConnectionNotificationArn(String connectionNotificationArn)
The ARN of the SNS topic for the notification.
|
ConnectionNotification |
ConnectionNotification.withConnectionNotificationId(String connectionNotificationId)
The ID of the notification.
|
ConnectionNotification |
ConnectionNotification.withConnectionNotificationState(ConnectionNotificationState connectionNotificationState)
The state of the notification.
|
ConnectionNotification |
ConnectionNotification.withConnectionNotificationState(String connectionNotificationState)
The state of the notification.
|
ConnectionNotification |
ConnectionNotification.withConnectionNotificationType(ConnectionNotificationType connectionNotificationType)
The type of notification.
|
ConnectionNotification |
ConnectionNotification.withConnectionNotificationType(String connectionNotificationType)
The type of notification.
|
ConnectionNotification |
ConnectionNotification.withServiceId(String serviceId)
The ID of the endpoint service.
|
ConnectionNotification |
ConnectionNotification.withVpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint.
|
Modifier and Type | Method and Description |
---|---|
List<ConnectionNotification> |
DescribeVpcEndpointConnectionNotificationsResult.getConnectionNotificationSet()
The notifications.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateVpcEndpointConnectionNotificationResult.setConnectionNotification(ConnectionNotification connectionNotification)
Information about the notification.
|
CreateVpcEndpointConnectionNotificationResult |
CreateVpcEndpointConnectionNotificationResult.withConnectionNotification(ConnectionNotification connectionNotification)
Information about the notification.
|
DescribeVpcEndpointConnectionNotificationsResult |
DescribeVpcEndpointConnectionNotificationsResult.withConnectionNotificationSet(ConnectionNotification... connectionNotificationSet)
The notifications.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVpcEndpointConnectionNotificationsResult.setConnectionNotificationSet(Collection<ConnectionNotification> connectionNotificationSet)
The notifications.
|
DescribeVpcEndpointConnectionNotificationsResult |
DescribeVpcEndpointConnectionNotificationsResult.withConnectionNotificationSet(Collection<ConnectionNotification> connectionNotificationSet)
The notifications.
|
Copyright © 2023. All rights reserved.