Uses of Class
software.amazon.awssdk.services.apigateway.model.PutGatewayResponseResponse
Packages that use PutGatewayResponseResponse
-
Uses of PutGatewayResponseResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return PutGatewayResponseResponseModifier and TypeMethodDescriptiondefault 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 PutGatewayResponseResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.putGatewayResponse(Consumer<PutGatewayResponseRequest.Builder> putGatewayResponseRequest) Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.ApiGatewayAsyncClient.putGatewayResponse(PutGatewayResponseRequest putGatewayResponseRequest) Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.