Uses of Class
software.amazon.awssdk.services.apigateway.model.PutIntegrationResponse
Packages that use PutIntegrationResponse
-
Uses of PutIntegrationResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return PutIntegrationResponseModifier and TypeMethodDescriptiondefault 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 PutIntegrationResponseModifier and TypeMethodDescriptiondefault 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.