Uses of Class
com.sap.cloudfoundry.client.facade.domain.CloudServiceBinding
-
-
Uses of CloudServiceBinding in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade that return types with arguments of type CloudServiceBinding Modifier and Type Method Description List<CloudServiceBinding>CloudControllerClient. getServiceBindings(UUID serviceInstanceGuid)Get the bindings for a particular service instance.List<CloudServiceBinding>CloudControllerClientImpl. getServiceBindings(UUID serviceInstanceGuid) -
Uses of CloudServiceBinding in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return CloudServiceBinding Modifier and Type Method Description CloudServiceBindingRawCloudServiceBinding. derive() -
Uses of CloudServiceBinding in com.sap.cloudfoundry.client.facade.domain
Subclasses of CloudServiceBinding in com.sap.cloudfoundry.client.facade.domain Modifier and Type Class Description classImmutableCloudServiceBindingImmutable implementation ofCloudServiceBinding.Methods in com.sap.cloudfoundry.client.facade.domain that return CloudServiceBinding Modifier and Type Method Description CloudServiceBindingCloudServiceBinding. derive()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type CloudServiceBinding Modifier and Type Method Description static ImmutableCloudServiceBindingImmutableCloudServiceBinding. copyOf(CloudServiceBinding instance)Creates an immutable copy of aCloudServiceBindingvalue.ImmutableCloudServiceBinding.BuilderImmutableCloudServiceBinding.Builder. from(CloudServiceBinding instance)Fill a builder with attribute values from the providedcom.sap.cloudfoundry.client.facade.domain.CloudServiceBindinginstance. -
Uses of CloudServiceBinding in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest that return types with arguments of type CloudServiceBinding Modifier and Type Method Description List<CloudServiceBinding>CloudControllerRestClient. getServiceBindings(UUID serviceInstanceGuid)List<CloudServiceBinding>CloudControllerRestClientImpl. getServiceBindings(UUID serviceInstanceGuid)
-