Class CloudSpaceClient
- java.lang.Object
-
- com.sap.cloudfoundry.client.facade.rest.CloudSpaceClient
-
public class CloudSpaceClient extends Object
-
-
Constructor Summary
Constructors Constructor Description CloudSpaceClient(org.cloudfoundry.client.v3.spaces.SpacesV3 spacesClient, org.cloudfoundry.client.v3.organizations.OrganizationsV3 orgsClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudSpacegetSpace(String organizationName, String spaceName)CloudSpacegetSpace(UUID spaceGuid)
-
-
-
Method Detail
-
getSpace
public CloudSpace getSpace(UUID spaceGuid)
-
getSpace
public CloudSpace getSpace(String organizationName, String spaceName)
-
-