Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteMethodResponseResponse
-
Packages that use DeleteMethodResponseResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of DeleteMethodResponseResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteMethodResponseResponse Modifier and Type Method Description default DeleteMethodResponseResponseApiGatewayClient. deleteMethodResponse(Consumer<DeleteMethodResponseRequest.Builder> deleteMethodResponseRequest)Deletes an existing MethodResponse resource.default DeleteMethodResponseResponseApiGatewayClient. deleteMethodResponse(DeleteMethodResponseRequest deleteMethodResponseRequest)Deletes an existing MethodResponse resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type DeleteMethodResponseResponse Modifier and Type Method Description default CompletableFuture<DeleteMethodResponseResponse>ApiGatewayAsyncClient. deleteMethodResponse(Consumer<DeleteMethodResponseRequest.Builder> deleteMethodResponseRequest)Deletes an existing MethodResponse resource.default CompletableFuture<DeleteMethodResponseResponse>ApiGatewayAsyncClient. deleteMethodResponse(DeleteMethodResponseRequest deleteMethodResponseRequest)Deletes an existing MethodResponse resource.
-