Uses of Class
software.amazon.awssdk.services.ec2.model.RejectTransitGatewayVpcAttachmentResponse
Packages that use RejectTransitGatewayVpcAttachmentResponse
-
Uses of RejectTransitGatewayVpcAttachmentResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return RejectTransitGatewayVpcAttachmentResponseModifier and TypeMethodDescriptionEc2Client.rejectTransitGatewayVpcAttachment(Consumer<RejectTransitGatewayVpcAttachmentRequest.Builder> rejectTransitGatewayVpcAttachmentRequest) Rejects a request to attach a VPC to a transit gateway.Ec2Client.rejectTransitGatewayVpcAttachment(RejectTransitGatewayVpcAttachmentRequest rejectTransitGatewayVpcAttachmentRequest) Rejects a request to attach a VPC to a transit gateway.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type RejectTransitGatewayVpcAttachmentResponseModifier and TypeMethodDescriptionEc2AsyncClient.rejectTransitGatewayVpcAttachment(Consumer<RejectTransitGatewayVpcAttachmentRequest.Builder> rejectTransitGatewayVpcAttachmentRequest) Rejects a request to attach a VPC to a transit gateway.Ec2AsyncClient.rejectTransitGatewayVpcAttachment(RejectTransitGatewayVpcAttachmentRequest rejectTransitGatewayVpcAttachmentRequest) Rejects a request to attach a VPC to a transit gateway.