Uses of Class
software.amazon.awssdk.services.ec2.model.ConnectionNotification
Packages that use ConnectionNotification
Package
Description
-
Uses of ConnectionNotification in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ConnectionNotificationModifier and TypeMethodDescriptionfinal ConnectionNotificationCreateVpcEndpointConnectionNotificationResponse.connectionNotification()Information about the notification.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ConnectionNotificationModifier and TypeMethodDescriptionfinal List<ConnectionNotification>DescribeVpcEndpointConnectionNotificationsResponse.connectionNotificationSet()The notifications.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ConnectionNotificationModifier and TypeMethodDescriptionCreateVpcEndpointConnectionNotificationResponse.Builder.connectionNotification(ConnectionNotification connectionNotification) Information about the notification.DescribeVpcEndpointConnectionNotificationsResponse.Builder.connectionNotificationSet(ConnectionNotification... connectionNotificationSet) The notifications.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ConnectionNotificationModifier and TypeMethodDescriptionDescribeVpcEndpointConnectionNotificationsResponse.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 ConnectionNotificationModifier and TypeMethodDescriptionDescribeVpcEndpointConnectionNotificationsIterable.connectionNotificationSet()Returns an iterable to iterate through the paginatedDescribeVpcEndpointConnectionNotificationsResponse.connectionNotificationSet()member.DescribeVpcEndpointConnectionNotificationsPublisher.connectionNotificationSet()Returns a publisher that can be used to get a stream of data.