Uses of Interface
com.sap.cloud.sdk.cloudplatform.tenant.TenantFacade
-
Uses of TenantFacade in com.sap.cloud.sdk.cloudplatform.tenant
Modifier and TypeClassDescriptionclass
Default implementation ofTenantFacade
which provides access to tenant information on SAP Business Technology Platform Cloud Foundry.class
Represents a specificDefaultTenantFacade
that is used when running on the SAP Deploy with Confidence stack.Modifier and TypeMethodDescriptionstatic TenantFacade
TenantAccessor.getTenantFacade()
Returns theTenantFacade
instance.Modifier and TypeMethodDescriptionstatic io.vavr.control.Try<TenantFacade>
TenantAccessor.tryGetTenantFacade()
Returns aTry
of theTenantFacade
instance.Modifier and TypeMethodDescriptionstatic void
TenantAccessor.setTenantFacade
(TenantFacade tenantFacade) Replaces the defaultTenantFacade
instance.