| Package | Description |
|---|---|
| org.cloudfoundry.client.lib.domain |
| Modifier and Type | Method and Description |
|---|---|
ImmutableInstancesInfo |
ImmutableInstancesInfo.Builder.build()
Builds a new
ImmutableInstancesInfo. |
static ImmutableInstancesInfo |
ImmutableInstancesInfo.copyOf(InstancesInfo instance)
Creates an immutable copy of a
InstancesInfo value. |
ImmutableInstancesInfo |
ImmutableInstancesInfo.withInstances(InstanceInfo... elements)
Copy the current immutable object with elements that replace the content of
instances. |
ImmutableInstancesInfo |
ImmutableInstancesInfo.withInstances(Iterable<? extends InstanceInfo> elements)
Copy the current immutable object with elements that replace the content of
instances. |
Copyright © 2020 SAP SE. All rights reserved.