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