Uses of Class
com.sap.cloudfoundry.client.facade.domain.ImmutableInstancesInfo
-
Packages that use ImmutableInstancesInfo Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of ImmutableInstancesInfo in com.sap.cloudfoundry.client.facade.domain
Methods in com.sap.cloudfoundry.client.facade.domain that return ImmutableInstancesInfo Modifier and Type Method Description ImmutableInstancesInfoImmutableInstancesInfo.Builder. build()Builds a newImmutableInstancesInfo.static ImmutableInstancesInfoImmutableInstancesInfo. copyOf(InstancesInfo instance)Creates an immutable copy of aInstancesInfovalue.ImmutableInstancesInfoImmutableInstancesInfo. withInstances(InstanceInfo... elements)Copy the current immutable object with elements that replace the content ofinstances.ImmutableInstancesInfoImmutableInstancesInfo. withInstances(Iterable<? extends InstanceInfo> elements)Copy the current immutable object with elements that replace the content ofinstances.
-