Uses of Class
software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseRequest
-
Packages that use PutIntegrationResponseRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of PutIntegrationResponseRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type PutIntegrationResponseRequest Modifier and Type Method Description default CompletableFuture<PutIntegrationResponseResponse>ApiGatewayAsyncClient. putIntegrationResponse(PutIntegrationResponseRequest putIntegrationResponseRequest)Represents a put integration.default PutIntegrationResponseResponseApiGatewayClient. putIntegrationResponse(PutIntegrationResponseRequest putIntegrationResponseRequest)Represents a put integration. -
Uses of PutIntegrationResponseRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type PutIntegrationResponseRequest Modifier and Type Method Description SdkHttpFullRequestPutIntegrationResponseRequestMarshaller. marshall(PutIntegrationResponseRequest putIntegrationResponseRequest)
-