Uses of Interface
software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse.Builder
Packages that use PutGatewayResponseResponse.Builder
-
Uses of PutGatewayResponseResponse.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return PutGatewayResponseResponse.BuilderModifier and TypeMethodDescriptionPutGatewayResponseResponse.builder()PutGatewayResponseResponse.Builder.defaultResponse(Boolean defaultResponse) A Boolean flag to indicate whether this GatewayResponse is the default gateway response (true) or not (false).PutGatewayResponseResponse.Builder.responseParameters(Map<String, String> responseParameters) Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.PutGatewayResponseResponse.Builder.responseTemplates(Map<String, String> responseTemplates) Response templates of the GatewayResponse as a string-to-string map of key-value pairs.PutGatewayResponseResponse.Builder.responseType(String responseType) The response type of the associated GatewayResponse.PutGatewayResponseResponse.Builder.responseType(GatewayResponseType responseType) The response type of the associated GatewayResponse.PutGatewayResponseResponse.Builder.statusCode(String statusCode) The HTTP status code for this GatewayResponse.PutGatewayResponseResponse.toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type PutGatewayResponseResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutGatewayResponseResponse.Builder>PutGatewayResponseResponse.serializableBuilderClass()