Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.Integration
-
Packages that use Integration Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of Integration in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type Integration Modifier and Type Method Description List<Integration>GetIntegrationsResponse. items()The elements from this collection.Methods in software.amazon.awssdk.services.apigatewayv2.model with parameters of type Integration Modifier and Type Method Description GetIntegrationsResponse.BuilderGetIntegrationsResponse.Builder. items(Integration... items)The elements from this collection.Method parameters in software.amazon.awssdk.services.apigatewayv2.model with type arguments of type Integration Modifier and Type Method Description GetIntegrationsResponse.BuilderGetIntegrationsResponse.Builder. items(Collection<Integration> items)The elements from this collection.
-