Uses of Interface
software.amazon.awssdk.services.apigateway.model.MethodResponse.Builder
-
Packages that use MethodResponse.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of MethodResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return MethodResponse.Builder Modifier and Type Method Description static MethodResponse.BuilderMethodResponse. builder()MethodResponse.BuilderMethodResponse.Builder. responseModels(Map<String,String> responseModels)Specifies the Model resources used for the response's content-type.MethodResponse.BuilderMethodResponse.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.MethodResponse.BuilderMethodResponse.Builder. statusCode(String statusCodeValue)The method response's status code.MethodResponse.BuilderMethodResponse. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type MethodResponse.Builder Modifier and Type Method Description static Class<? extends MethodResponse.Builder>MethodResponse. serializableBuilderClass()
-