Uses of Class
com.amazonaws.services.apigateway.model.PutMethodResponseRequest
Packages that use PutMethodResponseRequest
-
Uses of PutMethodResponseRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type PutMethodResponseRequestModifier and TypeMethodDescriptionAbstractAmazonApiGateway.putMethodResponse
(PutMethodResponseRequest request) AmazonApiGateway.putMethodResponse
(PutMethodResponseRequest putMethodResponseRequest) Adds a MethodResponse to an existing Method resource.AmazonApiGatewayClient.putMethodResponse
(PutMethodResponseRequest putMethodResponseRequest) Adds a MethodResponse to an existing Method resource.AbstractAmazonApiGatewayAsync.putMethodResponseAsync
(PutMethodResponseRequest request) AbstractAmazonApiGatewayAsync.putMethodResponseAsync
(PutMethodResponseRequest request, AsyncHandler<PutMethodResponseRequest, PutMethodResponseResult> asyncHandler) AmazonApiGatewayAsync.putMethodResponseAsync
(PutMethodResponseRequest putMethodResponseRequest) Adds a MethodResponse to an existing Method resource.AmazonApiGatewayAsync.putMethodResponseAsync
(PutMethodResponseRequest putMethodResponseRequest, AsyncHandler<PutMethodResponseRequest, PutMethodResponseResult> asyncHandler) Adds a MethodResponse to an existing Method resource.AmazonApiGatewayAsyncClient.putMethodResponseAsync
(PutMethodResponseRequest request) AmazonApiGatewayAsyncClient.putMethodResponseAsync
(PutMethodResponseRequest request, AsyncHandler<PutMethodResponseRequest, PutMethodResponseResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type PutMethodResponseRequestModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.putMethodResponseAsync
(PutMethodResponseRequest request, AsyncHandler<PutMethodResponseRequest, PutMethodResponseResult> asyncHandler) AmazonApiGatewayAsync.putMethodResponseAsync
(PutMethodResponseRequest putMethodResponseRequest, AsyncHandler<PutMethodResponseRequest, PutMethodResponseResult> asyncHandler) Adds a MethodResponse to an existing Method resource.AmazonApiGatewayAsyncClient.putMethodResponseAsync
(PutMethodResponseRequest request, AsyncHandler<PutMethodResponseRequest, PutMethodResponseResult> asyncHandler) -
Uses of PutMethodResponseRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return PutMethodResponseRequestModifier and TypeMethodDescriptionPutMethodResponseRequest.addResponseModelsEntry
(String key, String value) PutMethodResponseRequest.addResponseParametersEntry
(String key, Boolean value) PutMethodResponseRequest.clearResponseModelsEntries()
Removes all the entries added into ResponseModels.PutMethodResponseRequest.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.PutMethodResponseRequest.clone()
PutMethodResponseRequest.withHttpMethod
(String httpMethod) The HTTP verb that identifies the Method resource.PutMethodResponseRequest.withResourceId
(String resourceId) PutMethodResponseRequest.withResponseModels
(Map<String, String> responseModels) Specifies the Model resources used for the response's content type.PutMethodResponseRequest.withResponseParameters
(Map<String, Boolean> responseParameters) Represents response parameters that can be sent back to the caller by Amazon API Gateway.PutMethodResponseRequest.withRestApiId
(String restApiId) PutMethodResponseRequest.withStatusCode
(String statusCode) The method response's status code.