Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.CreateVpcLinkRequest
-
Packages that use CreateVpcLinkRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of CreateVpcLinkRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type CreateVpcLinkRequest Modifier and Type Method Description default CompletableFuture<CreateVpcLinkResponse>ApiGatewayV2AsyncClient. createVpcLink(CreateVpcLinkRequest createVpcLinkRequest)Creates a VPC link.default CreateVpcLinkResponseApiGatewayV2Client. createVpcLink(CreateVpcLinkRequest createVpcLinkRequest)Creates a VPC link. -
Uses of CreateVpcLinkRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type CreateVpcLinkRequest Modifier and Type Method Description SdkHttpFullRequestCreateVpcLinkRequestMarshaller. marshall(CreateVpcLinkRequest createVpcLinkRequest)
-