Uses of Class
org.kiwiproject.consul.model.catalog.TaggedAddresses
Packages that use TaggedAddresses
-
Uses of TaggedAddresses in org.kiwiproject.consul.model.catalog
Subclasses of TaggedAddresses in org.kiwiproject.consul.model.catalogMethods in org.kiwiproject.consul.model.catalog that return types with arguments of type TaggedAddressesModifier and TypeMethodDescriptionabstract Optional<TaggedAddresses>CatalogRegistration.taggedAddresses()ImmutableCatalogRegistration.taggedAddresses()Methods in org.kiwiproject.consul.model.catalog with parameters of type TaggedAddressesModifier and TypeMethodDescriptionstatic ImmutableTaggedAddressesImmutableTaggedAddresses.copyOf(TaggedAddresses instance) Creates an immutable copy of aTaggedAddressesvalue.ImmutableTaggedAddresses.Builder.from(TaggedAddresses instance) Fill a builder with attribute values from the providedTaggedAddressesinstance.ImmutableCatalogRegistration.Builder.taggedAddresses(TaggedAddresses taggedAddresses) Initializes the optional valuetaggedAddressesto taggedAddresses.ImmutableCatalogRegistration.withTaggedAddresses(TaggedAddresses value) Copy the current immutable object by setting a present value for the optionaltaggedAddressesattribute.Method parameters in org.kiwiproject.consul.model.catalog with type arguments of type TaggedAddressesModifier and TypeMethodDescriptionImmutableCatalogRegistration.Builder.taggedAddresses(Optional<? extends TaggedAddresses> taggedAddresses) Initializes the optional valuetaggedAddressesto taggedAddresses.ImmutableCatalogRegistration.withTaggedAddresses(Optional<? extends TaggedAddresses> optional) Copy the current immutable object by setting an optional value for thetaggedAddressesattribute. -
Uses of TaggedAddresses in org.kiwiproject.consul.model.health
Methods in org.kiwiproject.consul.model.health that return types with arguments of type TaggedAddressesModifier and TypeMethodDescriptionImmutableNode.getTaggedAddresses()abstract Optional<TaggedAddresses>Node.getTaggedAddresses()Methods in org.kiwiproject.consul.model.health with parameters of type TaggedAddressesModifier and TypeMethodDescriptionfinal ImmutableNode.BuilderImmutableNode.Builder.taggedAddresses(TaggedAddresses taggedAddresses) Initializes the optional valuetaggedAddressesto taggedAddresses.final ImmutableNodeImmutableNode.withTaggedAddresses(TaggedAddresses value) Copy the current immutable object by setting a present value for the optionaltaggedAddressesattribute.Method parameters in org.kiwiproject.consul.model.health with type arguments of type TaggedAddressesModifier and TypeMethodDescriptionfinal ImmutableNode.BuilderImmutableNode.Builder.taggedAddresses(Optional<? extends TaggedAddresses> taggedAddresses) Initializes the optional valuetaggedAddressesto taggedAddresses.final ImmutableNodeImmutableNode.withTaggedAddresses(Optional<? extends TaggedAddresses> optional) Copy the current immutable object by setting an optional value for thetaggedAddressesattribute.