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 TypeClassDescriptionclassDefault implementation ofTenantFacadewhich provides access to tenant information on SAP Business Technology Platform Cloud Foundry.classRepresents a specificDefaultTenantFacadethat is used when running on the SAP Deploy with Confidence stack.Methods in com.sap.cloud.sdk.cloudplatform.tenant that return TenantFacadeModifier and TypeMethodDescriptionstatic TenantFacadeTenantAccessor.getTenantFacade()Returns theTenantFacadeinstance.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 aTryof theTenantFacadeinstance.Methods in com.sap.cloud.sdk.cloudplatform.tenant with parameters of type TenantFacadeModifier and TypeMethodDescriptionstatic voidTenantAccessor.setTenantFacade(TenantFacade tenantFacade) Replaces the defaultTenantFacadeinstance.