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