Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteVpcLinkResponse
Packages that use DeleteVpcLinkResponse
-
Uses of DeleteVpcLinkResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteVpcLinkResponseModifier and TypeMethodDescriptiondefault 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 DeleteVpcLinkResponseModifier and TypeMethodDescriptiondefault 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.