Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteRestApiResponse
-
Packages that use DeleteRestApiResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of DeleteRestApiResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteRestApiResponse Modifier and Type Method Description default DeleteRestApiResponseApiGatewayClient. deleteRestApi(Consumer<DeleteRestApiRequest.Builder> deleteRestApiRequest)Deletes the specified API.default DeleteRestApiResponseApiGatewayClient. deleteRestApi(DeleteRestApiRequest deleteRestApiRequest)Deletes the specified API.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type DeleteRestApiResponse Modifier and Type Method Description default CompletableFuture<DeleteRestApiResponse>ApiGatewayAsyncClient. deleteRestApi(Consumer<DeleteRestApiRequest.Builder> deleteRestApiRequest)Deletes the specified API.default CompletableFuture<DeleteRestApiResponse>ApiGatewayAsyncClient. deleteRestApi(DeleteRestApiRequest deleteRestApiRequest)Deletes the specified API.
-