Uses of Class
software.amazon.awssdk.services.apigateway.model.MethodResponse
-
Packages that use MethodResponse Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of MethodResponse in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type MethodResponse Modifier and Type Method Description Map<String,MethodResponse>GetMethodResponse. methodResponses()Gets a method response associated with a given HTTP status code.Map<String,MethodResponse>Method. methodResponses()Gets a method response associated with a given HTTP status code.Map<String,MethodResponse>PutMethodResponse. methodResponses()Gets a method response associated with a given HTTP status code.Map<String,MethodResponse>UpdateMethodResponse. methodResponses()Gets a method response associated with a given HTTP status code.Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type MethodResponse Modifier and Type Method Description GetMethodResponse.BuilderGetMethodResponse.Builder. methodResponses(Map<String,MethodResponse> methodResponses)Gets a method response associated with a given HTTP status code.Method.BuilderMethod.Builder. methodResponses(Map<String,MethodResponse> methodResponses)Gets a method response associated with a given HTTP status code.PutMethodResponse.BuilderPutMethodResponse.Builder. methodResponses(Map<String,MethodResponse> methodResponses)Gets a method response associated with a given HTTP status code.UpdateMethodResponse.BuilderUpdateMethodResponse.Builder. methodResponses(Map<String,MethodResponse> methodResponses)Gets a method response associated with a given HTTP status code.
-