Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateTransitGatewayVpcAttachmentResponse.Builder
-
Packages that use CreateTransitGatewayVpcAttachmentResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CreateTransitGatewayVpcAttachmentResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateTransitGatewayVpcAttachmentResponse.Builder Modifier and Type Method Description static CreateTransitGatewayVpcAttachmentResponse.BuilderCreateTransitGatewayVpcAttachmentResponse. builder()CreateTransitGatewayVpcAttachmentResponse.BuilderCreateTransitGatewayVpcAttachmentResponse. toBuilder()default CreateTransitGatewayVpcAttachmentResponse.BuilderCreateTransitGatewayVpcAttachmentResponse.Builder. transitGatewayVpcAttachment(Consumer<TransitGatewayVpcAttachment.Builder> transitGatewayVpcAttachment)Information about the VPC attachment.CreateTransitGatewayVpcAttachmentResponse.BuilderCreateTransitGatewayVpcAttachmentResponse.Builder. transitGatewayVpcAttachment(TransitGatewayVpcAttachment transitGatewayVpcAttachment)Information about the VPC attachment.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateTransitGatewayVpcAttachmentResponse.Builder Modifier and Type Method Description static Class<? extends CreateTransitGatewayVpcAttachmentResponse.Builder>CreateTransitGatewayVpcAttachmentResponse. serializableBuilderClass()
-