Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyVpcEndpointConnectionNotificationResponse
Packages that use ModifyVpcEndpointConnectionNotificationResponse
-
Uses of ModifyVpcEndpointConnectionNotificationResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifyVpcEndpointConnectionNotificationResponseModifier and TypeMethodDescriptionEc2Client.modifyVpcEndpointConnectionNotification(Consumer<ModifyVpcEndpointConnectionNotificationRequest.Builder> modifyVpcEndpointConnectionNotificationRequest) Modifies a connection notification for VPC endpoint or VPC endpoint service.Ec2Client.modifyVpcEndpointConnectionNotification(ModifyVpcEndpointConnectionNotificationRequest modifyVpcEndpointConnectionNotificationRequest) Modifies a connection notification for VPC endpoint or VPC endpoint service.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ModifyVpcEndpointConnectionNotificationResponseModifier and TypeMethodDescriptionEc2AsyncClient.modifyVpcEndpointConnectionNotification(Consumer<ModifyVpcEndpointConnectionNotificationRequest.Builder> modifyVpcEndpointConnectionNotificationRequest) Modifies a connection notification for VPC endpoint or VPC endpoint service.Ec2AsyncClient.modifyVpcEndpointConnectionNotification(ModifyVpcEndpointConnectionNotificationRequest modifyVpcEndpointConnectionNotificationRequest) Modifies a connection notification for VPC endpoint or VPC endpoint service.