Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteVpcEndpointConnectionNotificationsResponse
Packages that use DeleteVpcEndpointConnectionNotificationsResponse
-
Uses of DeleteVpcEndpointConnectionNotificationsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DeleteVpcEndpointConnectionNotificationsResponseModifier and TypeMethodDescriptionEc2Client.deleteVpcEndpointConnectionNotifications(Consumer<DeleteVpcEndpointConnectionNotificationsRequest.Builder> deleteVpcEndpointConnectionNotificationsRequest) Deletes the specified VPC endpoint connection notifications.Ec2Client.deleteVpcEndpointConnectionNotifications(DeleteVpcEndpointConnectionNotificationsRequest deleteVpcEndpointConnectionNotificationsRequest) Deletes the specified VPC endpoint connection notifications.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DeleteVpcEndpointConnectionNotificationsResponseModifier and TypeMethodDescriptionEc2AsyncClient.deleteVpcEndpointConnectionNotifications(Consumer<DeleteVpcEndpointConnectionNotificationsRequest.Builder> deleteVpcEndpointConnectionNotificationsRequest) Deletes the specified VPC endpoint connection notifications.Ec2AsyncClient.deleteVpcEndpointConnectionNotifications(DeleteVpcEndpointConnectionNotificationsRequest deleteVpcEndpointConnectionNotificationsRequest) Deletes the specified VPC endpoint connection notifications.