Uses of Interface
com.adobe.aio.cloudmanager.Tenant
-
Packages that use Tenant Package Description com.adobe.aio.cloudmanager -
-
Uses of Tenant in com.adobe.aio.cloudmanager
Methods in com.adobe.aio.cloudmanager that return Tenant Modifier and Type Method Description @NotNull Tenant
TenantApi. get(@NotNull String tenantId)
Gets the tenant with the specified identifier.Methods in com.adobe.aio.cloudmanager that return types with arguments of type Tenant Modifier and Type Method Description @NotNull Collection<Tenant>
TenantApi. list()
List the tenants associated with the IMS Org in the API ContextMethods in com.adobe.aio.cloudmanager with parameters of type Tenant Modifier and Type Method Description @NotNull Collection<Program>
ProgramApi. list(@NotNull Tenant tenant)
List all programs for the specified tenant.
-