Uses of Class
software.amazon.awssdk.services.apigateway.model.GetGatewayResponseRequest
-
Packages that use GetGatewayResponseRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetGatewayResponseRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetGatewayResponseRequest Modifier and Type Method Description default CompletableFuture<GetGatewayResponseResponse>ApiGatewayAsyncClient. getGatewayResponse(GetGatewayResponseRequest getGatewayResponseRequest)Gets a GatewayResponse of a specified response type on the given RestApi.default GetGatewayResponseResponseApiGatewayClient. getGatewayResponse(GetGatewayResponseRequest getGatewayResponseRequest)Gets a GatewayResponse of a specified response type on the given RestApi. -
Uses of GetGatewayResponseRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetGatewayResponseRequest Modifier and Type Method Description SdkHttpFullRequestGetGatewayResponseRequestMarshaller. marshall(GetGatewayResponseRequest getGatewayResponseRequest)
-