Uses of Class
software.amazon.awssdk.services.apigateway.model.PutGatewayResponseRequest
-
Packages that use PutGatewayResponseRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of PutGatewayResponseRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type PutGatewayResponseRequest Modifier and Type Method Description default CompletableFuture<PutGatewayResponseResponse>ApiGatewayAsyncClient. putGatewayResponse(PutGatewayResponseRequest putGatewayResponseRequest)Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.default PutGatewayResponseResponseApiGatewayClient. putGatewayResponse(PutGatewayResponseRequest putGatewayResponseRequest)Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi. -
Uses of PutGatewayResponseRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type PutGatewayResponseRequest Modifier and Type Method Description SdkHttpFullRequestPutGatewayResponseRequestMarshaller. marshall(PutGatewayResponseRequest putGatewayResponseRequest)
-