Uses of Class
com.amazonaws.services.apigateway.model.PutMethodResponseResult
Packages that use PutMethodResponseResult
-
Uses of PutMethodResponseResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return PutMethodResponseResultModifier 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.Methods in com.amazonaws.services.apigateway that return types with arguments of type PutMethodResponseResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.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 PutMethodResponseResultModifier 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 PutMethodResponseResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return PutMethodResponseResultModifier and TypeMethodDescriptionPutMethodResponseResult.addResponseModelsEntry
(String key, String value) PutMethodResponseResult.addResponseParametersEntry
(String key, Boolean value) PutMethodResponseResult.clearResponseModelsEntries()
Removes all the entries added into ResponseModels.PutMethodResponseResult.clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.PutMethodResponseResult.clone()
PutMethodResponseResult.withResponseModels
(Map<String, String> responseModels) Specifies the Model resources used for the response's content-type.PutMethodResponseResult.withResponseParameters
(Map<String, Boolean> responseParameters) Represents response parameters that can be sent back to the caller by Amazon API Gateway.PutMethodResponseResult.withStatusCode
(String statusCode) The method response's status code.