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