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