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