Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.VpcLink
-
Packages that use VpcLink Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of VpcLink in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type VpcLink Modifier and Type Method Description List<VpcLink>GetVpcLinksResponse. items()A collection of VPC links.Methods in software.amazon.awssdk.services.apigatewayv2.model with parameters of type VpcLink Modifier and Type Method Description GetVpcLinksResponse.BuilderGetVpcLinksResponse.Builder. items(VpcLink... items)A collection of VPC links.Method parameters in software.amazon.awssdk.services.apigatewayv2.model with type arguments of type VpcLink Modifier and Type Method Description GetVpcLinksResponse.BuilderGetVpcLinksResponse.Builder. items(Collection<VpcLink> items)A collection of VPC links.
-