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 MethodResponse
MethodResponse. addResponseModelsEntry(String key, String value)
MethodResponse
MethodResponse. addResponseParametersEntry(String key, Boolean value)
MethodResponse
MethodResponse. clearResponseModelsEntries()
Removes all the entries added into ResponseModels.MethodResponse
MethodResponse. clearResponseParametersEntries()
Removes all the entries added into ResponseParameters.MethodResponse
MethodResponse. clone()
MethodResponse
MethodResponse. withResponseModels(Map<String,String> responseModels)
Specifies the Model resources used for the response's content-type.MethodResponse
MethodResponse. withResponseParameters(Map<String,Boolean> responseParameters)
Represents response parameters that can be sent back to the caller by Amazon API Gateway.MethodResponse
MethodResponse. 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 GetMethodResult
GetMethodResult. addMethodResponsesEntry(String key, MethodResponse value)
Method
Method. addMethodResponsesEntry(String key, MethodResponse value)
PutMethodResult
PutMethodResult. addMethodResponsesEntry(String key, MethodResponse value)
UpdateMethodResult
UpdateMethodResult. addMethodResponsesEntry(String key, MethodResponse value)
Method parameters in com.amazonaws.services.apigateway.model with type arguments of type MethodResponse Modifier and Type Method Description void
GetMethodResult. setMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.void
Method. setMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.void
PutMethodResult. setMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.void
UpdateMethodResult. setMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.GetMethodResult
GetMethodResult. withMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.Method
Method. withMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.PutMethodResult
PutMethodResult. withMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.UpdateMethodResult
UpdateMethodResult. withMethodResponses(Map<String,MethodResponse> methodResponses)
Represents available responses that can be sent to the caller.
-