Uses of Class
com.amazonaws.services.apigateway.model.MethodResponse
-
Packages that use MethodResponse Package Description com.amazonaws.services.apigateway.model -
-
Uses of MethodResponse in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return MethodResponse Modifier and Type Method Description MethodResponseMethodResponse. addResponseModelsEntry(String key, String value)MethodResponseMethodResponse. addResponseParametersEntry(String key, Boolean value)MethodResponseMethodResponse. clearResponseModelsEntries()Removes all the entries added into ResponseModels.MethodResponseMethodResponse. clearResponseParametersEntries()Removes all the entries added into ResponseParameters.MethodResponseMethodResponse. clone()MethodResponseMethodResponse. withResponseModels(Map<String,String> responseModels)Specifies the Model resources used for the response's content-type.MethodResponseMethodResponse. withResponseParameters(Map<String,Boolean> responseParameters)Represents response parameters that can be sent back to the caller by Amazon API Gateway.MethodResponseMethodResponse. withStatusCode(String statusCode)The method response's status code.Methods in com.amazonaws.services.apigateway.model that return types with arguments of type MethodResponse Modifier and Type Method Description Map<String,MethodResponse>GetMethodResult. getMethodResponses()Represents available responses that can be sent to the caller.Map<String,MethodResponse>Method. getMethodResponses()Represents available responses that can be sent to the caller.Map<String,MethodResponse>PutMethodResult. getMethodResponses()Represents available responses that can be sent to the caller.Map<String,MethodResponse>UpdateMethodResult. getMethodResponses()Represents available responses that can be sent to the caller.Methods in com.amazonaws.services.apigateway.model with parameters of type MethodResponse Modifier and Type Method Description GetMethodResultGetMethodResult. addMethodResponsesEntry(String key, MethodResponse value)MethodMethod. addMethodResponsesEntry(String key, MethodResponse value)PutMethodResultPutMethodResult. addMethodResponsesEntry(String key, MethodResponse value)UpdateMethodResultUpdateMethodResult. addMethodResponsesEntry(String key, MethodResponse value)Method parameters in com.amazonaws.services.apigateway.model with type arguments of type MethodResponse Modifier and Type Method Description voidGetMethodResult. setMethodResponses(Map<String,MethodResponse> methodResponses)Represents available responses that can be sent to the caller.voidMethod. setMethodResponses(Map<String,MethodResponse> methodResponses)Represents available responses that can be sent to the caller.voidPutMethodResult. setMethodResponses(Map<String,MethodResponse> methodResponses)Represents available responses that can be sent to the caller.voidUpdateMethodResult. setMethodResponses(Map<String,MethodResponse> methodResponses)Represents available responses that can be sent to the caller.GetMethodResultGetMethodResult. withMethodResponses(Map<String,MethodResponse> methodResponses)Represents available responses that can be sent to the caller.MethodMethod. withMethodResponses(Map<String,MethodResponse> methodResponses)Represents available responses that can be sent to the caller.PutMethodResultPutMethodResult. withMethodResponses(Map<String,MethodResponse> methodResponses)Represents available responses that can be sent to the caller.UpdateMethodResultUpdateMethodResult. withMethodResponses(Map<String,MethodResponse> methodResponses)Represents available responses that can be sent to the caller.
-