Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkRequest
-
Packages that use DeleteVpcLinkRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of DeleteVpcLinkRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type DeleteVpcLinkRequest Modifier and Type Method Description default CompletableFuture<DeleteVpcLinkResponse>ApiGatewayAsyncClient. deleteVpcLink(DeleteVpcLinkRequest deleteVpcLinkRequest)Deletes an existing VpcLink of a specified identifier.default DeleteVpcLinkResponseApiGatewayClient. deleteVpcLink(DeleteVpcLinkRequest deleteVpcLinkRequest)Deletes an existing VpcLink of a specified identifier. -
Uses of DeleteVpcLinkRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type DeleteVpcLinkRequest Modifier and Type Method Description SdkHttpFullRequestDeleteVpcLinkRequestMarshaller. marshall(DeleteVpcLinkRequest deleteVpcLinkRequest)
-