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