Uses of Interface
com.sap.cloudfoundry.client.facade.domain.CloudInfo
-
Packages that use CloudInfo Package Description com.sap.cloudfoundry.client.facade com.sap.cloudfoundry.client.facade.adapters com.sap.cloudfoundry.client.facade.domain com.sap.cloudfoundry.client.facade.rest -
-
Uses of CloudInfo in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade that return CloudInfo Modifier and Type Method Description CloudInfoCloudControllerClient. getCloudInfo()Get CloudInfo for the current cloud.CloudInfoCloudControllerClientImpl. getCloudInfo() -
Uses of CloudInfo in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return CloudInfo Modifier and Type Method Description CloudInfoRawCloudInfo. derive() -
Uses of CloudInfo in com.sap.cloudfoundry.client.facade.domain
Classes in com.sap.cloudfoundry.client.facade.domain that implement CloudInfo Modifier and Type Class Description classImmutableCloudInfoImmutable implementation ofCloudInfo.Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type CloudInfo Modifier and Type Method Description static ImmutableCloudInfoImmutableCloudInfo. copyOf(CloudInfo instance)Creates an immutable copy of aCloudInfovalue.ImmutableCloudInfo.BuilderImmutableCloudInfo.Builder. from(CloudInfo instance)Fill a builder with attribute values from the providedCloudInfoinstance. -
Uses of CloudInfo in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest that return CloudInfo Modifier and Type Method Description CloudInfoCloudControllerRestClient. getInfo()CloudInfoCloudControllerRestClientImpl. getInfo()
-