Uses of Class
software.amazon.awssdk.services.apigateway.model.Integration
Packages that use Integration
-
Uses of Integration in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return IntegrationModifier and TypeMethodDescriptionfinal IntegrationGetMethodResponse.methodIntegration()Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.final IntegrationMethod.methodIntegration()Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.final IntegrationPutMethodResponse.methodIntegration()Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.final IntegrationUpdateMethodResponse.methodIntegration()Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.Methods in software.amazon.awssdk.services.apigateway.model with parameters of type IntegrationModifier and TypeMethodDescriptionGetMethodResponse.Builder.methodIntegration(Integration methodIntegration) Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.Method.Builder.methodIntegration(Integration methodIntegration) Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.PutMethodResponse.Builder.methodIntegration(Integration methodIntegration) Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.UpdateMethodResponse.Builder.methodIntegration(Integration methodIntegration) Gets the method's integration responsible for passing the client-submitted request to the back end and performing necessary transformations to make the request compliant with the back end.