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