Uses of Class
com.sap.cloudfoundry.client.facade.domain.ImmutableInstanceInfo
-
Packages that use ImmutableInstanceInfo Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of ImmutableInstanceInfo in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return ImmutableInstanceInfo Modifier and Type Method Description ImmutableInstanceInfoImmutableInstanceInfo.Builder. build()Builds a newImmutableInstanceInfo.static ImmutableInstanceInfoImmutableInstanceInfo. copyOf(InstanceInfo instance)Creates an immutable copy of aInstanceInfovalue.ImmutableInstanceInfoImmutableInstanceInfo. withIndex(int value)Copy the current immutable object by setting a value for theindexattribute.ImmutableInstanceInfoImmutableInstanceInfo. withState(InstanceState value)Copy the current immutable object by setting a value for thestateattribute.
-