Uses of Interface
software.amazon.awssdk.services.ec2.model.VpcAttachment.Builder
Packages that use VpcAttachment.Builder
-
Uses of VpcAttachment.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcAttachment.BuilderModifier and TypeMethodDescriptionstatic VpcAttachment.BuilderVpcAttachment.builder()The current state of the attachment.VpcAttachment.Builder.state(AttachmentStatus state) The current state of the attachment.VpcAttachment.toBuilder()The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcAttachment.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpcAttachment.Builder>VpcAttachment.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcAttachment.BuilderModifier and TypeMethodDescriptiondefault AttachVpnGatewayResponse.BuilderAttachVpnGatewayResponse.Builder.vpcAttachment(Consumer<VpcAttachment.Builder> vpcAttachment) Information about the attachment.