Uses of Class
software.amazon.awssdk.services.ec2.model.CreateVpcEndpointConnectionNotificationResponse
Packages that use CreateVpcEndpointConnectionNotificationResponse
-
Uses of CreateVpcEndpointConnectionNotificationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateVpcEndpointConnectionNotificationResponseModifier and TypeMethodDescriptionEc2Client.createVpcEndpointConnectionNotification(Consumer<CreateVpcEndpointConnectionNotificationRequest.Builder> createVpcEndpointConnectionNotificationRequest) Creates a connection notification for a specified VPC endpoint or VPC endpoint service.Ec2Client.createVpcEndpointConnectionNotification(CreateVpcEndpointConnectionNotificationRequest createVpcEndpointConnectionNotificationRequest) Creates a connection notification for a specified VPC endpoint or VPC endpoint service.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateVpcEndpointConnectionNotificationResponseModifier and TypeMethodDescriptionEc2AsyncClient.createVpcEndpointConnectionNotification(Consumer<CreateVpcEndpointConnectionNotificationRequest.Builder> createVpcEndpointConnectionNotificationRequest) Creates a connection notification for a specified VPC endpoint or VPC endpoint service.Ec2AsyncClient.createVpcEndpointConnectionNotification(CreateVpcEndpointConnectionNotificationRequest createVpcEndpointConnectionNotificationRequest) Creates a connection notification for a specified VPC endpoint or VPC endpoint service.