Uses of Class
software.amazon.awssdk.services.ec2.model.RejectTransitGatewayClientVpnAttachmentResponse
Packages that use RejectTransitGatewayClientVpnAttachmentResponse
-
Uses of RejectTransitGatewayClientVpnAttachmentResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return RejectTransitGatewayClientVpnAttachmentResponseModifier and TypeMethodDescriptionEc2Client.rejectTransitGatewayClientVpnAttachment(Consumer<RejectTransitGatewayClientVpnAttachmentRequest.Builder> rejectTransitGatewayClientVpnAttachmentRequest) Rejects a Transit Gateway attachment request for a Client VPN endpoint.Ec2Client.rejectTransitGatewayClientVpnAttachment(RejectTransitGatewayClientVpnAttachmentRequest rejectTransitGatewayClientVpnAttachmentRequest) Rejects a Transit Gateway attachment request for a Client VPN endpoint.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type RejectTransitGatewayClientVpnAttachmentResponseModifier and TypeMethodDescriptionEc2AsyncClient.rejectTransitGatewayClientVpnAttachment(Consumer<RejectTransitGatewayClientVpnAttachmentRequest.Builder> rejectTransitGatewayClientVpnAttachmentRequest) Rejects a Transit Gateway attachment request for a Client VPN endpoint.Ec2AsyncClient.rejectTransitGatewayClientVpnAttachment(RejectTransitGatewayClientVpnAttachmentRequest rejectTransitGatewayClientVpnAttachmentRequest) Rejects a Transit Gateway attachment request for a Client VPN endpoint.