Uses of Class
com.sap.cloudfoundry.client.facade.domain.CloudServiceInstance
-
-
Uses of CloudServiceInstance in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade that return CloudServiceInstance Modifier and Type Method Description CloudServiceInstanceCloudControllerClient. getServiceInstance(String serviceInstanceName)Get a service instance.CloudServiceInstanceCloudControllerClient. getServiceInstance(String serviceInstanceName, boolean required)Get a service instance.CloudServiceInstanceCloudControllerClientImpl. getServiceInstance(String serviceInstanceName)CloudServiceInstanceCloudControllerClientImpl. getServiceInstance(String serviceInstanceName, boolean required)Methods in com.sap.cloudfoundry.client.facade that return types with arguments of type CloudServiceInstance Modifier and Type Method Description List<CloudServiceInstance>CloudControllerClient. getServiceInstances()Get all service instances in the currently targeted space.List<CloudServiceInstance>CloudControllerClientImpl. getServiceInstances()List<CloudServiceInstance>CloudControllerClient. getServiceInstancesByMetadataLabelSelector(String labelSelector)List<CloudServiceInstance>CloudControllerClientImpl. getServiceInstancesByMetadataLabelSelector(String labelSelector)Methods in com.sap.cloudfoundry.client.facade with parameters of type CloudServiceInstance Modifier and Type Method Description voidCloudControllerClient. createServiceInstance(CloudServiceInstance serviceInstance)Create a service instance.voidCloudControllerClientImpl. createServiceInstance(CloudServiceInstance serviceInstance)voidCloudControllerClient. createUserProvidedServiceInstance(CloudServiceInstance serviceInstance, Map<String,Object> credentials)Create a user-provided service instance.voidCloudControllerClient. createUserProvidedServiceInstance(CloudServiceInstance serviceInstance, Map<String,Object> credentials, String syslogDrainUrl)Create a user-provided service instance for logging.voidCloudControllerClientImpl. createUserProvidedServiceInstance(CloudServiceInstance serviceInstance, Map<String,Object> credentials)voidCloudControllerClientImpl. createUserProvidedServiceInstance(CloudServiceInstance serviceInstance, Map<String,Object> credentials, String syslogDrainUrl)voidCloudControllerClient. deleteServiceInstance(CloudServiceInstance serviceInstance)voidCloudControllerClientImpl. deleteServiceInstance(CloudServiceInstance serviceInstance)List<CloudServiceKey>CloudControllerClient. getServiceKeys(CloudServiceInstance serviceInstance)Get service keys for a service instance.List<CloudServiceKey>CloudControllerClientImpl. getServiceKeys(CloudServiceInstance serviceInstance)voidCloudControllerClient. unbindServiceInstance(CloudApplication application, CloudServiceInstance serviceInstance)Un-associate (unprovision) a service from an application.voidCloudControllerClientImpl. unbindServiceInstance(CloudApplication application, CloudServiceInstance serviceInstance) -
Uses of CloudServiceInstance in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return CloudServiceInstance Modifier and Type Method Description CloudServiceInstanceRawCloudServiceInstance. derive()Methods in com.sap.cloudfoundry.client.facade.adapters that return types with arguments of type CloudServiceInstance Modifier and Type Method Description Derivable<CloudServiceInstance>ImmutableRawCloudServiceKey. getServiceInstance()abstract Derivable<CloudServiceInstance>RawCloudServiceKey. getServiceInstance()Method parameters in com.sap.cloudfoundry.client.facade.adapters with type arguments of type CloudServiceInstance Modifier and Type Method Description ImmutableRawCloudServiceKey.BuilderImmutableRawCloudServiceKey.Builder. serviceInstance(Derivable<CloudServiceInstance> serviceInstance)Initializes the value for theserviceInstanceattribute.ImmutableRawCloudServiceKeyImmutableRawCloudServiceKey. withServiceInstance(Derivable<CloudServiceInstance> value)Copy the current immutable object by setting a value for theserviceInstanceattribute. -
Uses of CloudServiceInstance in com.sap.cloudfoundry.client.facade.domain
Subclasses of CloudServiceInstance in com.sap.cloudfoundry.client.facade.domain Modifier and Type Class Description classImmutableCloudServiceInstanceImmutable implementation ofCloudServiceInstance.Methods in com.sap.cloudfoundry.client.facade.domain that return CloudServiceInstance Modifier and Type Method Description CloudServiceInstanceCloudServiceInstance. derive()abstract CloudServiceInstanceCloudServiceKey. getServiceInstance()CloudServiceInstanceImmutableCloudServiceKey. getServiceInstance()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type CloudServiceInstance Modifier and Type Method Description static ImmutableCloudServiceInstanceImmutableCloudServiceInstance. copyOf(CloudServiceInstance instance)Creates an immutable copy of aCloudServiceInstancevalue.ImmutableCloudServiceInstance.BuilderImmutableCloudServiceInstance.Builder. from(CloudServiceInstance instance)Fill a builder with attribute values from the providedcom.sap.cloudfoundry.client.facade.domain.CloudServiceInstanceinstance.ImmutableCloudServiceKey.BuilderImmutableCloudServiceKey.Builder. serviceInstance(CloudServiceInstance serviceInstance)Initializes the value for theserviceInstanceattribute.ImmutableCloudServiceKeyImmutableCloudServiceKey. withServiceInstance(CloudServiceInstance value)Copy the current immutable object by setting a value for theserviceInstanceattribute. -
Uses of CloudServiceInstance in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest that return CloudServiceInstance Modifier and Type Method Description CloudServiceInstanceCloudControllerRestClient. getServiceInstance(String serviceInstanceName)CloudServiceInstanceCloudControllerRestClient. getServiceInstance(String serviceInstanceName, boolean required)CloudServiceInstanceCloudControllerRestClientImpl. getServiceInstance(String serviceInstanceName)CloudServiceInstanceCloudControllerRestClientImpl. getServiceInstance(String serviceInstanceName, boolean required)Methods in com.sap.cloudfoundry.client.facade.rest that return types with arguments of type CloudServiceInstance Modifier and Type Method Description List<CloudServiceInstance>CloudControllerRestClient. getServiceInstances()List<CloudServiceInstance>CloudControllerRestClientImpl. getServiceInstances()List<CloudServiceInstance>CloudControllerRestClient. getServiceInstancesByMetadataLabelSelector(String labelSelector)List<CloudServiceInstance>CloudControllerRestClientImpl. getServiceInstancesByMetadataLabelSelector(String labelSelector)Methods in com.sap.cloudfoundry.client.facade.rest with parameters of type CloudServiceInstance Modifier and Type Method Description voidCloudControllerRestClient. createServiceInstance(CloudServiceInstance serviceInstance)voidCloudControllerRestClientImpl. createServiceInstance(CloudServiceInstance serviceInstance)voidCloudControllerRestClient. createUserProvidedServiceInstance(CloudServiceInstance serviceInstance, Map<String,Object> credentials)voidCloudControllerRestClient. createUserProvidedServiceInstance(CloudServiceInstance serviceInstance, Map<String,Object> credentials, String syslogDrainUrl)voidCloudControllerRestClientImpl. createUserProvidedServiceInstance(CloudServiceInstance serviceInstance, Map<String,Object> credentials)voidCloudControllerRestClientImpl. createUserProvidedServiceInstance(CloudServiceInstance serviceInstance, Map<String,Object> credentials, String syslogDrainUrl)voidCloudControllerRestClient. deleteServiceInstance(CloudServiceInstance serviceInstance)voidCloudControllerRestClientImpl. deleteServiceInstance(CloudServiceInstance serviceInstance)List<CloudServiceKey>CloudControllerRestClient. getServiceKeys(CloudServiceInstance serviceInstance)List<CloudServiceKey>CloudControllerRestClientImpl. getServiceKeys(CloudServiceInstance serviceInstance)voidCloudControllerRestClient. unbindServiceInstance(CloudApplication application, CloudServiceInstance serviceInstance)voidCloudControllerRestClientImpl. unbindServiceInstance(CloudApplication application, CloudServiceInstance serviceInstance)
-