Uses of Class
software.amazon.awssdk.services.ec2.model.InternetGatewayAttachment
-
Packages that use InternetGatewayAttachment Package Description software.amazon.awssdk.services.ec2.model -
-
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 InternetGatewayAttachment Modifier and Type Method Description List<InternetGatewayAttachment>EgressOnlyInternetGateway. attachments()Information about the attachment of the egress-only internet gateway.List<InternetGatewayAttachment>InternetGateway. attachments()Any VPCs attached to the internet gateway.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InternetGatewayAttachment Modifier and Type Method Description EgressOnlyInternetGateway.BuilderEgressOnlyInternetGateway.Builder. attachments(InternetGatewayAttachment... attachments)Information about the attachment of the egress-only internet gateway.InternetGateway.BuilderInternetGateway.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 InternetGatewayAttachment Modifier and Type Method Description EgressOnlyInternetGateway.BuilderEgressOnlyInternetGateway.Builder. attachments(Collection<InternetGatewayAttachment> attachments)Information about the attachment of the egress-only internet gateway.InternetGateway.BuilderInternetGateway.Builder. attachments(Collection<InternetGatewayAttachment> attachments)Any VPCs attached to the internet gateway.
-