Uses of Class
software.amazon.awssdk.services.ec2.model.CreateTransitGatewayVpcAttachmentResponse
-
Packages that use CreateTransitGatewayVpcAttachmentResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of CreateTransitGatewayVpcAttachmentResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateTransitGatewayVpcAttachmentResponse Modifier and Type Method Description default CreateTransitGatewayVpcAttachmentResponseEc2Client. createTransitGatewayVpcAttachment(Consumer<CreateTransitGatewayVpcAttachmentRequest.Builder> createTransitGatewayVpcAttachmentRequest)Attaches the specified VPC to the specified transit gateway.default CreateTransitGatewayVpcAttachmentResponseEc2Client. createTransitGatewayVpcAttachment(CreateTransitGatewayVpcAttachmentRequest createTransitGatewayVpcAttachmentRequest)Attaches the specified VPC to the specified transit gateway.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateTransitGatewayVpcAttachmentResponse Modifier and Type Method Description default CompletableFuture<CreateTransitGatewayVpcAttachmentResponse>Ec2AsyncClient. createTransitGatewayVpcAttachment(Consumer<CreateTransitGatewayVpcAttachmentRequest.Builder> createTransitGatewayVpcAttachmentRequest)Attaches the specified VPC to the specified transit gateway.default CompletableFuture<CreateTransitGatewayVpcAttachmentResponse>Ec2AsyncClient. createTransitGatewayVpcAttachment(CreateTransitGatewayVpcAttachmentRequest createTransitGatewayVpcAttachmentRequest)Attaches the specified VPC to the specified transit gateway.
-