Uses of Interface
com.sap.cloudfoundry.client.facade.domain.InstanceInfo
-
Packages that use InstanceInfo Package Description com.sap.cloudfoundry.client.facade.domain -
-
Uses of InstanceInfo in com.sap.cloudfoundry.client.facade.domain
Classes in com.sap.cloudfoundry.client.facade.domain that implement InstanceInfo Modifier and Type Class Description classImmutableInstanceInfoImmutable implementation ofInstanceInfo.Methods in com.sap.cloudfoundry.client.facade.domain that return types with arguments of type InstanceInfo Modifier and Type Method Description List<InstanceInfo>ImmutableInstancesInfo. getInstances()List<InstanceInfo>InstancesInfo. getInstances()Methods in com.sap.cloudfoundry.client.facade.domain with parameters of type InstanceInfo Modifier and Type Method Description ImmutableInstancesInfo.BuilderImmutableInstancesInfo.Builder. addInstance(InstanceInfo element)Adds one element toinstanceslist.ImmutableInstancesInfo.BuilderImmutableInstancesInfo.Builder. addInstances(InstanceInfo... elements)Adds elements toinstanceslist.static ImmutableInstanceInfoImmutableInstanceInfo. copyOf(InstanceInfo instance)Creates an immutable copy of aInstanceInfovalue.ImmutableInstanceInfo.BuilderImmutableInstanceInfo.Builder. from(InstanceInfo instance)Fill a builder with attribute values from the providedInstanceInfoinstance.ImmutableInstancesInfoImmutableInstancesInfo. withInstances(InstanceInfo... elements)Copy the current immutable object with elements that replace the content ofinstances.Method parameters in com.sap.cloudfoundry.client.facade.domain with type arguments of type InstanceInfo Modifier and Type Method Description ImmutableInstancesInfo.BuilderImmutableInstancesInfo.Builder. addAllInstances(Iterable<? extends InstanceInfo> elements)Adds elements toinstanceslist.ImmutableInstancesInfo.BuilderImmutableInstancesInfo.Builder. instances(Iterable<? extends InstanceInfo> elements)Sets or replaces all elements forinstanceslist.ImmutableInstancesInfoImmutableInstancesInfo. withInstances(Iterable<? extends InstanceInfo> elements)Copy the current immutable object with elements that replace the content ofinstances.
-