Uses of Class
software.amazon.awssdk.services.apigateway.model.MethodResponse
Packages that use MethodResponse
-
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 MethodResponseModifier and TypeMethodDescriptionfinal Map<String,MethodResponse> GetMethodResponse.methodResponses()Gets a method response associated with a given HTTP status code.final Map<String,MethodResponse> Method.methodResponses()Gets a method response associated with a given HTTP status code.final Map<String,MethodResponse> PutMethodResponse.methodResponses()Gets a method response associated with a given HTTP status code.final 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 MethodResponseModifier and TypeMethodDescriptionGetMethodResponse.Builder.methodResponses(Map<String, MethodResponse> methodResponses) Gets a method response associated with a given HTTP status code.Method.Builder.methodResponses(Map<String, MethodResponse> methodResponses) Gets a method response associated with a given HTTP status code.PutMethodResponse.Builder.methodResponses(Map<String, MethodResponse> methodResponses) Gets a method response associated with a given HTTP status code.UpdateMethodResponse.Builder.methodResponses(Map<String, MethodResponse> methodResponses) Gets a method response associated with a given HTTP status code.