Uses of Class
com.sap.cloudfoundry.client.facade.domain.CloudServiceBroker
-
-
Uses of CloudServiceBroker in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade that return CloudServiceBroker Modifier and Type Method Description CloudServiceBrokerCloudControllerClient. getServiceBroker(String name)Get a service broker.CloudServiceBrokerCloudControllerClient. getServiceBroker(String name, boolean required)Get a service broker.CloudServiceBrokerCloudControllerClientImpl. getServiceBroker(String name)CloudServiceBrokerCloudControllerClientImpl. getServiceBroker(String name, boolean required)Methods in com.sap.cloudfoundry.client.facade that return types with arguments of type CloudServiceBroker Modifier and Type Method Description List<CloudServiceBroker>CloudControllerClient. getServiceBrokers()Get all service brokers.List<CloudServiceBroker>CloudControllerClientImpl. getServiceBrokers()Methods in com.sap.cloudfoundry.client.facade with parameters of type CloudServiceBroker Modifier and Type Method Description voidCloudControllerClient. createServiceBroker(CloudServiceBroker serviceBroker)Create a service broker.voidCloudControllerClientImpl. createServiceBroker(CloudServiceBroker serviceBroker)voidCloudControllerClient. updateServiceBroker(CloudServiceBroker serviceBroker)Update a service broker (unchanged forces catalog refresh).voidCloudControllerClientImpl. updateServiceBroker(CloudServiceBroker serviceBroker) -
Uses of CloudServiceBroker in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return CloudServiceBroker Modifier and Type Method Description CloudServiceBrokerRawCloudServiceBroker. derive() -
Uses of CloudServiceBroker in com.sap.cloudfoundry.client.facade.domain
Subclasses of CloudServiceBroker in com.sap.cloudfoundry.client.facade.domain Modifier and Type Class Description classImmutableCloudServiceBrokerImmutable implementation ofCloudServiceBroker.Methods in com.sap.cloudfoundry.client.facade.domain that return CloudServiceBroker Modifier and Type Method Description CloudServiceBrokerCloudServiceBroker. derive()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type CloudServiceBroker Modifier and Type Method Description static ImmutableCloudServiceBrokerImmutableCloudServiceBroker. copyOf(CloudServiceBroker instance)Creates an immutable copy of aCloudServiceBrokervalue.ImmutableCloudServiceBroker.BuilderImmutableCloudServiceBroker.Builder. from(CloudServiceBroker instance)Fill a builder with attribute values from the providedcom.sap.cloudfoundry.client.facade.domain.CloudServiceBrokerinstance. -
Uses of CloudServiceBroker in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest that return CloudServiceBroker Modifier and Type Method Description CloudServiceBrokerCloudControllerRestClient. getServiceBroker(String name)CloudServiceBrokerCloudControllerRestClient. getServiceBroker(String name, boolean required)CloudServiceBrokerCloudControllerRestClientImpl. getServiceBroker(String name)CloudServiceBrokerCloudControllerRestClientImpl. getServiceBroker(String name, boolean required)Methods in com.sap.cloudfoundry.client.facade.rest that return types with arguments of type CloudServiceBroker Modifier and Type Method Description List<CloudServiceBroker>CloudControllerRestClient. getServiceBrokers()List<CloudServiceBroker>CloudControllerRestClientImpl. getServiceBrokers()Methods in com.sap.cloudfoundry.client.facade.rest with parameters of type CloudServiceBroker Modifier and Type Method Description voidCloudControllerRestClient. createServiceBroker(CloudServiceBroker serviceBroker)voidCloudControllerRestClientImpl. createServiceBroker(CloudServiceBroker serviceBroker)voidCloudControllerRestClient. updateServiceBroker(CloudServiceBroker serviceBroker)voidCloudControllerRestClientImpl. updateServiceBroker(CloudServiceBroker serviceBroker)
-