Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteVpcEndpointConnectionNotificationsResponse
-
Packages that use DeleteVpcEndpointConnectionNotificationsResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of DeleteVpcEndpointConnectionNotificationsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DeleteVpcEndpointConnectionNotificationsResponse Modifier and Type Method Description default DeleteVpcEndpointConnectionNotificationsResponseEc2Client. deleteVpcEndpointConnectionNotifications(Consumer<DeleteVpcEndpointConnectionNotificationsRequest.Builder> deleteVpcEndpointConnectionNotificationsRequest)Deletes the specified VPC endpoint connection notifications.default DeleteVpcEndpointConnectionNotificationsResponseEc2Client. deleteVpcEndpointConnectionNotifications(DeleteVpcEndpointConnectionNotificationsRequest deleteVpcEndpointConnectionNotificationsRequest)Deletes the specified VPC endpoint connection notifications.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DeleteVpcEndpointConnectionNotificationsResponse Modifier and Type Method Description default CompletableFuture<DeleteVpcEndpointConnectionNotificationsResponse>Ec2AsyncClient. deleteVpcEndpointConnectionNotifications(Consumer<DeleteVpcEndpointConnectionNotificationsRequest.Builder> deleteVpcEndpointConnectionNotificationsRequest)Deletes the specified VPC endpoint connection notifications.default CompletableFuture<DeleteVpcEndpointConnectionNotificationsResponse>Ec2AsyncClient. deleteVpcEndpointConnectionNotifications(DeleteVpcEndpointConnectionNotificationsRequest deleteVpcEndpointConnectionNotificationsRequest)Deletes the specified VPC endpoint connection notifications.
-