Uses of Class
com.sap.cloudfoundry.client.facade.domain.CloudSpace
-
Packages that use CloudSpace 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 CloudSpace in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade that return CloudSpace Modifier and Type Method Description CloudSpaceCloudControllerClient. getTarget()CloudSpaceCloudControllerClientImpl. getTarget()Constructors in com.sap.cloudfoundry.client.facade with parameters of type CloudSpace Constructor Description CloudControllerClientImpl(URL controllerUrl, CloudCredentials credentials, CloudSpace target, boolean trustSelfSignedCerts) -
Uses of CloudSpace in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return types with arguments of type CloudSpace Modifier and Type Method Description Derivable<CloudSpace>ImmutableRawCloudApplication. getSpace()abstract Derivable<CloudSpace>RawCloudApplication. getSpace()Method parameters in com.sap.cloudfoundry.client.facade.adapters with type arguments of type CloudSpace Modifier and Type Method Description ImmutableRawCloudApplication.BuilderImmutableRawCloudApplication.Builder. space(Derivable<CloudSpace> space)Initializes the value for thespaceattribute.ImmutableRawCloudApplicationImmutableRawCloudApplication. withSpace(Derivable<CloudSpace> value)Copy the current immutable object by setting a value for thespaceattribute. -
Uses of CloudSpace in com.sap.cloudfoundry.client.facade.domain
Subclasses of CloudSpace in com.sap.cloudfoundry.client.facade.domain Modifier and Type Class Description classImmutableCloudSpaceImmutable implementation ofCloudSpace.Methods in com.sap.cloudfoundry.client.facade.domain that return CloudSpace Modifier and Type Method Description CloudSpaceCloudSpace. derive()abstract CloudSpaceCloudApplication. getSpace()CloudSpaceImmutableCloudApplication. getSpace()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type CloudSpace Modifier and Type Method Description static ImmutableCloudSpaceImmutableCloudSpace. copyOf(CloudSpace instance)Creates an immutable copy of aCloudSpacevalue.ImmutableCloudSpace.BuilderImmutableCloudSpace.Builder. from(CloudSpace instance)Fill a builder with attribute values from the providedcom.sap.cloudfoundry.client.facade.domain.CloudSpaceinstance.ImmutableCloudApplication.BuilderImmutableCloudApplication.Builder. space(CloudSpace space)Initializes the value for thespaceattribute.ImmutableCloudApplicationImmutableCloudApplication. withSpace(CloudSpace value)Copy the current immutable object by setting a value for thespaceattribute. -
Uses of CloudSpace in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest that return CloudSpace Modifier and Type Method Description CloudSpaceCloudSpaceClient. getSpace(String organizationName, String spaceName)CloudSpaceCloudSpaceClient. getSpace(UUID spaceGuid)CloudSpaceCloudControllerRestClient. getTarget()CloudSpaceCloudControllerRestClientImpl. getTarget()Methods in com.sap.cloudfoundry.client.facade.rest with parameters of type CloudSpace Modifier and Type Method Description CloudControllerRestClientCloudControllerRestClientFactory. createClient(URL controllerUrl, CloudCredentials credentials, CloudSpace target)CloudControllerRestClientCloudControllerRestClientFactory. createClient(URL controllerUrl, CloudCredentials credentials, CloudSpace target, OAuthClient oAuthClient, Map<String,String> requestTags)Constructors in com.sap.cloudfoundry.client.facade.rest with parameters of type CloudSpace Constructor Description CloudControllerRestClientImpl(org.cloudfoundry.client.CloudFoundryClient delegate, CloudSpace target)
-