Uses of Class
com.sap.cloudfoundry.client.facade.adapters.ImmutableRawCloudServiceKey
-
Packages that use ImmutableRawCloudServiceKey Package Description com.sap.cloudfoundry.client.facade.adapters -
-
Uses of ImmutableRawCloudServiceKey in com.sap.cloudfoundry.client.facade.adapters
Methods in com.sap.cloudfoundry.client.facade.adapters that return ImmutableRawCloudServiceKey Modifier and Type Method Description ImmutableRawCloudServiceKeyImmutableRawCloudServiceKey.Builder. build()Builds a newImmutableRawCloudServiceKey.static ImmutableRawCloudServiceKeyImmutableRawCloudServiceKey. copyOf(RawCloudServiceKey instance)Creates an immutable copy of aRawCloudServiceKeyvalue.ImmutableRawCloudServiceKeyImmutableRawCloudServiceKey. withCredentials(Map<String,? extends Object> entries)Copy the current immutable object by replacing thecredentialsmap with the specified map.ImmutableRawCloudServiceKeyImmutableRawCloudServiceKey. withServiceBindingResource(org.cloudfoundry.client.v3.servicebindings.ServiceBindingResource value)Copy the current immutable object by setting a value for theserviceBindingResourceattribute.ImmutableRawCloudServiceKeyImmutableRawCloudServiceKey. withServiceInstance(Derivable<CloudServiceInstance> value)Copy the current immutable object by setting a value for theserviceInstanceattribute.
-