Uses of Class
software.amazon.awssdk.services.apigateway.model.PutIntegrationResponseResponse
Packages that use PutIntegrationResponseResponse
-
Uses of PutIntegrationResponseResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return PutIntegrationResponseResponseModifier and TypeMethodDescriptiondefault 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 PutIntegrationResponseResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.putIntegrationResponse(Consumer<PutIntegrationResponseRequest.Builder> putIntegrationResponseRequest) Represents a put integration.ApiGatewayAsyncClient.putIntegrationResponse(PutIntegrationResponseRequest putIntegrationResponseRequest) Represents a put integration.