Uses of Class
software.amazon.awssdk.services.apigateway.model.PutIntegrationRequest
-
Packages that use PutIntegrationRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of PutIntegrationRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type PutIntegrationRequest Modifier and Type Method Description default CompletableFuture<PutIntegrationResponse>ApiGatewayAsyncClient. putIntegration(PutIntegrationRequest putIntegrationRequest)Sets up a method's integration.default PutIntegrationResponseApiGatewayClient. putIntegration(PutIntegrationRequest putIntegrationRequest)Sets up a method's integration. -
Uses of PutIntegrationRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type PutIntegrationRequest Modifier and Type Method Description SdkHttpFullRequestPutIntegrationRequestMarshaller. marshall(PutIntegrationRequest putIntegrationRequest)
-