Uses of Class
software.amazon.awssdk.services.ec2.model.ConnectionNotification
-
Packages that use ConnectionNotification Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of ConnectionNotification in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ConnectionNotification Modifier and Type Method Description ConnectionNotificationCreateVpcEndpointConnectionNotificationResponse. connectionNotification()Information about the notification.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ConnectionNotification Modifier and Type Method Description List<ConnectionNotification>DescribeVpcEndpointConnectionNotificationsResponse. connectionNotificationSet()The notifications.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ConnectionNotification Modifier and Type Method Description CreateVpcEndpointConnectionNotificationResponse.BuilderCreateVpcEndpointConnectionNotificationResponse.Builder. connectionNotification(ConnectionNotification connectionNotification)Information about the notification.DescribeVpcEndpointConnectionNotificationsResponse.BuilderDescribeVpcEndpointConnectionNotificationsResponse.Builder. connectionNotificationSet(ConnectionNotification... connectionNotificationSet)The notifications.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ConnectionNotification Modifier and Type Method Description DescribeVpcEndpointConnectionNotificationsResponse.BuilderDescribeVpcEndpointConnectionNotificationsResponse.Builder. connectionNotificationSet(Collection<ConnectionNotification> connectionNotificationSet)The notifications. -
Uses of ConnectionNotification in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type ConnectionNotification Modifier and Type Method Description SdkIterable<ConnectionNotification>DescribeVpcEndpointConnectionNotificationsIterable. connectionNotificationSet()Returns an iterable to iterate through the paginatedDescribeVpcEndpointConnectionNotificationsResponse.connectionNotificationSet()member.SdkPublisher<ConnectionNotification>DescribeVpcEndpointConnectionNotificationsPublisher. connectionNotificationSet()Returns a publisher that can be used to get a stream of data.
-