Uses of Class
software.amazon.awssdk.services.ec2.model.InternetGatewayAttachment
Packages that use InternetGatewayAttachment
-
Uses of InternetGatewayAttachment in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InternetGatewayAttachmentModifier and TypeMethodDescriptionfinal List<InternetGatewayAttachment>EgressOnlyInternetGateway.attachments()Information about the attachment of the egress-only internet gateway.final List<InternetGatewayAttachment>InternetGateway.attachments()Any VPCs attached to the internet gateway.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InternetGatewayAttachmentModifier and TypeMethodDescriptionEgressOnlyInternetGateway.Builder.attachments(InternetGatewayAttachment... attachments) Information about the attachment of the egress-only internet gateway.InternetGateway.Builder.attachments(InternetGatewayAttachment... attachments) Any VPCs attached to the internet gateway.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InternetGatewayAttachmentModifier and TypeMethodDescriptionEgressOnlyInternetGateway.Builder.attachments(Collection<InternetGatewayAttachment> attachments) Information about the attachment of the egress-only internet gateway.InternetGateway.Builder.attachments(Collection<InternetGatewayAttachment> attachments) Any VPCs attached to the internet gateway.