Uses of Interface
software.amazon.awssdk.services.apigateway.model.GetMethodResponseResponse.Builder
-
Packages that use GetMethodResponseResponse.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of GetMethodResponseResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return GetMethodResponseResponse.Builder Modifier and Type Method Description static GetMethodResponseResponse.BuilderGetMethodResponseResponse. builder()GetMethodResponseResponse.BuilderGetMethodResponseResponse.Builder. responseModels(Map<String,String> responseModels)Specifies the Model resources used for the response's content-type.GetMethodResponseResponse.BuilderGetMethodResponseResponse.Builder. responseParameters(Map<String,Boolean> responseParameters)A key-value map specifying required or optional response parameters that API Gateway can send back to the caller.GetMethodResponseResponse.BuilderGetMethodResponseResponse.Builder. statusCode(String statusCodeValue)The method response's status code.GetMethodResponseResponse.BuilderGetMethodResponseResponse. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type GetMethodResponseResponse.Builder Modifier and Type Method Description static Class<? extends GetMethodResponseResponse.Builder>GetMethodResponseResponse. serializableBuilderClass()
-