Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetVpcLinksRequest
-
Packages that use GetVpcLinksRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of GetVpcLinksRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type GetVpcLinksRequest Modifier and Type Method Description default CompletableFuture<GetVpcLinksResponse>ApiGatewayV2AsyncClient. getVpcLinks(GetVpcLinksRequest getVpcLinksRequest)Gets a collection of VPC links.default GetVpcLinksResponseApiGatewayV2Client. getVpcLinks(GetVpcLinksRequest getVpcLinksRequest)Gets a collection of VPC links. -
Uses of GetVpcLinksRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type GetVpcLinksRequest Modifier and Type Method Description SdkHttpFullRequestGetVpcLinksRequestMarshaller. marshall(GetVpcLinksRequest getVpcLinksRequest)
-