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