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