Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateVpcLinkRequest
-
Packages that use CreateVpcLinkRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of CreateVpcLinkRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type CreateVpcLinkRequest Modifier and Type Method Description default CompletableFuture<CreateVpcLinkResponse>ApiGatewayAsyncClient. createVpcLink(CreateVpcLinkRequest createVpcLinkRequest)Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational.default CreateVpcLinkResponseApiGatewayClient. createVpcLink(CreateVpcLinkRequest createVpcLinkRequest)Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational. -
Uses of CreateVpcLinkRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type CreateVpcLinkRequest Modifier and Type Method Description SdkHttpFullRequestCreateVpcLinkRequestMarshaller. marshall(CreateVpcLinkRequest createVpcLinkRequest)
-