Uses of Class
software.amazon.awssdk.services.apigateway.model.Integration
-
Packages that use Integration Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of Integration in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return Integration Modifier and Type Method Description 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.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.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.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 Integration Modifier and Type Method Description GetMethodResponse.BuilderGetMethodResponse.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.BuilderMethod.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.BuilderPutMethodResponse.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.BuilderUpdateMethodResponse.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.
-