Uses of Interface
com.sap.cloud.sdk.cloudplatform.tenant.TenantFacade
Packages that use TenantFacade
-
Uses of TenantFacade in com.sap.cloud.sdk.cloudplatform.tenant
Classes in com.sap.cloud.sdk.cloudplatform.tenant that implement TenantFacadeModifier 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.Methods in com.sap.cloud.sdk.cloudplatform.tenant that return TenantFacadeModifier and TypeMethodDescriptionstatic TenantFacade
TenantAccessor.getTenantFacade()
Returns theTenantFacade
instance.Methods in com.sap.cloud.sdk.cloudplatform.tenant that return types with arguments of type TenantFacadeModifier and TypeMethodDescriptionstatic io.vavr.control.Try<TenantFacade>
TenantAccessor.tryGetTenantFacade()
Returns aTry
of theTenantFacade
instance.Methods in com.sap.cloud.sdk.cloudplatform.tenant with parameters of type TenantFacadeModifier and TypeMethodDescriptionstatic void
TenantAccessor.setTenantFacade
(TenantFacade tenantFacade) Replaces the defaultTenantFacade
instance.