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