Uses of Interface
software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest.Builder
-
Packages that use PutGatewayResponseRequest.Builder Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.model -
-
Uses of PutGatewayResponseRequest.Builder in software.amazon.awssdk.services.apigateway
Method parameters in software.amazon.awssdk.services.apigateway with type arguments of type PutGatewayResponseRequest.Builder Modifier and Type Method Description default CompletableFuture<PutGatewayResponseResponse>ApiGatewayAsyncClient. putGatewayResponse(Consumer<PutGatewayResponseRequest.Builder> putGatewayResponseRequest)Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.default PutGatewayResponseResponseApiGatewayClient. putGatewayResponse(Consumer<PutGatewayResponseRequest.Builder> putGatewayResponseRequest)Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi. -
Uses of PutGatewayResponseRequest.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return PutGatewayResponseRequest.Builder Modifier and Type Method Description static PutGatewayResponseRequest.BuilderPutGatewayResponseRequest. builder()PutGatewayResponseRequest.BuilderPutGatewayResponseRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutGatewayResponseRequest.BuilderPutGatewayResponseRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutGatewayResponseRequest.BuilderPutGatewayResponseRequest.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.PutGatewayResponseRequest.BuilderPutGatewayResponseRequest.Builder. responseTemplates(Map<String,String> responseTemplates)Response templates of the GatewayResponse as a string-to-string map of key-value pairs.PutGatewayResponseRequest.BuilderPutGatewayResponseRequest.Builder. responseType(String responseType)The response type of the associated GatewayResponsePutGatewayResponseRequest.BuilderPutGatewayResponseRequest.Builder. responseType(GatewayResponseType responseType)The response type of the associated GatewayResponsePutGatewayResponseRequest.BuilderPutGatewayResponseRequest.Builder. restApiId(String restApiId)The string identifier of the associated RestApi.PutGatewayResponseRequest.BuilderPutGatewayResponseRequest.Builder. statusCode(String statusCodeValue)The HTTP status code of the GatewayResponse.PutGatewayResponseRequest.BuilderPutGatewayResponseRequest. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type PutGatewayResponseRequest.Builder Modifier and Type Method Description static Class<? extends PutGatewayResponseRequest.Builder>PutGatewayResponseRequest. serializableBuilderClass()
-