Uses of Class
com.sap.cloudfoundry.client.facade.domain.CloudServiceKey
-
-
Uses of CloudServiceKey in com.sap.cloudfoundry.client.facade
Methods in com.sap.cloudfoundry.client.facade that return CloudServiceKey Modifier and Type Method Description CloudServiceKeyCloudControllerClient. createServiceKey(String serviceInstanceName, String serviceKeyName, Map<String,Object> parameters)Create a service key.CloudServiceKeyCloudControllerClientImpl. createServiceKey(String serviceInstanceName, String serviceKeyName, Map<String,Object> parameters)Methods in com.sap.cloudfoundry.client.facade that return types with arguments of type CloudServiceKey Modifier and Type Method Description List<CloudServiceKey>CloudControllerClient. getServiceKeys(CloudServiceInstance serviceInstance)Get service keys for a service instance.List<CloudServiceKey>CloudControllerClient. getServiceKeys(String serviceInstanceName)Get service keys for a service instance.List<CloudServiceKey>CloudControllerClientImpl. getServiceKeys(CloudServiceInstance serviceInstance)List<CloudServiceKey>CloudControllerClientImpl. getServiceKeys(String serviceInstanceName)Methods in com.sap.cloudfoundry.client.facade with parameters of type CloudServiceKey Modifier and Type Method Description voidCloudControllerClient. deleteServiceKey(CloudServiceKey serviceKey)Delete a service key.voidCloudControllerClientImpl. deleteServiceKey(CloudServiceKey serviceKey) -
Uses of CloudServiceKey in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return CloudServiceKey Modifier and Type Method Description CloudServiceKeyRawCloudServiceKey. derive() -
Uses of CloudServiceKey in com.sap.cloudfoundry.client.facade.domain
Subclasses of CloudServiceKey in com.sap.cloudfoundry.client.facade.domain Modifier and Type Class Description classImmutableCloudServiceKeyImmutable implementation ofCloudServiceKey.Methods in com.sap.cloudfoundry.client.facade.domain that return CloudServiceKey Modifier and Type Method Description CloudServiceKeyCloudServiceKey. derive()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type CloudServiceKey Modifier and Type Method Description static ImmutableCloudServiceKeyImmutableCloudServiceKey. copyOf(CloudServiceKey instance)Creates an immutable copy of aCloudServiceKeyvalue.ImmutableCloudServiceKey.BuilderImmutableCloudServiceKey.Builder. from(CloudServiceKey instance)Fill a builder with attribute values from the providedcom.sap.cloudfoundry.client.facade.domain.CloudServiceKeyinstance. -
Uses of CloudServiceKey in com.sap.cloudfoundry.client.facade.rest
Methods in com.sap.cloudfoundry.client.facade.rest that return CloudServiceKey Modifier and Type Method Description CloudServiceKeyCloudControllerRestClient. createServiceKey(String serviceInstanceName, String serviceKeyName, Map<String,Object> parameters)CloudServiceKeyCloudControllerRestClientImpl. createServiceKey(String serviceInstanceName, String serviceKeyName, Map<String,Object> parameters)Methods in com.sap.cloudfoundry.client.facade.rest that return types with arguments of type CloudServiceKey Modifier and Type Method Description List<CloudServiceKey>CloudControllerRestClient. getServiceKeys(CloudServiceInstance serviceInstance)List<CloudServiceKey>CloudControllerRestClient. getServiceKeys(String serviceInstanceName)List<CloudServiceKey>CloudControllerRestClientImpl. getServiceKeys(CloudServiceInstance serviceInstance)List<CloudServiceKey>CloudControllerRestClientImpl. getServiceKeys(String serviceInstanceName)Methods in com.sap.cloudfoundry.client.facade.rest with parameters of type CloudServiceKey Modifier and Type Method Description voidCloudControllerRestClient. deleteServiceKey(CloudServiceKey serviceKey)voidCloudControllerRestClientImpl. deleteServiceKey(CloudServiceKey serviceKey)
-