Uses of Class
com.sap.cloudfoundry.client.facade.domain.ImmutableCloudServiceKey
-
Packages that use ImmutableCloudServiceKey Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of ImmutableCloudServiceKey in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return ImmutableCloudServiceKey Modifier and Type Method Description ImmutableCloudServiceKeyImmutableCloudServiceKey.Builder. build()Builds a newImmutableCloudServiceKey.static ImmutableCloudServiceKeyImmutableCloudServiceKey. copyOf(CloudServiceKey instance)Creates an immutable copy of aCloudServiceKeyvalue.ImmutableCloudServiceKeyImmutableCloudServiceKey. withCredentials(Map<String,? extends Object> entries)Copy the current immutable object by replacing thecredentialsmap with the specified map.ImmutableCloudServiceKeyImmutableCloudServiceKey. withMetadata(CloudMetadata value)Copy the current immutable object by setting a value for themetadataattribute.ImmutableCloudServiceKeyImmutableCloudServiceKey. withName(String value)Copy the current immutable object by setting a value for thenameattribute.ImmutableCloudServiceKeyImmutableCloudServiceKey. withServiceInstance(CloudServiceInstance value)Copy the current immutable object by setting a value for theserviceInstanceattribute.ImmutableCloudServiceKeyImmutableCloudServiceKey. withV3Metadata(org.cloudfoundry.client.v3.Metadata value)Copy the current immutable object by setting a value for thev3Metadataattribute.
-