Uses of Class
software.amazon.awssdk.services.appflow.model.ConnectorEntity
-
Packages that use ConnectorEntity Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of ConnectorEntity in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type ConnectorEntity Modifier and Type Method Description Map<String,List<ConnectorEntity>>ListConnectorEntitiesResponse. connectorEntityMap()The response ofListConnectorEntitieslists entities grouped by category.Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type ConnectorEntity Modifier and Type Method Description ListConnectorEntitiesResponse.BuilderListConnectorEntitiesResponse.Builder. connectorEntityMap(Map<String,? extends Collection<ConnectorEntity>> connectorEntityMap)The response ofListConnectorEntitieslists entities grouped by category.
-