Uses of Class
software.amazon.awssdk.services.ec2.model.VpcAttachment
Packages that use VpcAttachment
-
Uses of VpcAttachment in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcAttachmentModifier and TypeMethodDescriptionfinal VpcAttachmentAttachVpnGatewayResponse.vpcAttachment()Information about the attachment.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcAttachmentModifier and TypeMethodDescriptionfinal List<VpcAttachment>VpnGateway.vpcAttachments()Any VPCs attached to the virtual private gateway.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpcAttachmentModifier and TypeMethodDescriptionAttachVpnGatewayResponse.Builder.vpcAttachment(VpcAttachment vpcAttachment) Information about the attachment.VpnGateway.Builder.vpcAttachments(VpcAttachment... vpcAttachments) Any VPCs attached to the virtual private gateway.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcAttachmentModifier and TypeMethodDescriptionVpnGateway.Builder.vpcAttachments(Collection<VpcAttachment> vpcAttachments) Any VPCs attached to the virtual private gateway.