Uses of Class
com.orbitz.consul.option.DeleteOptions
-
Packages that use DeleteOptions Package Description com.orbitz.consul com.orbitz.consul.option -
-
Uses of DeleteOptions in com.orbitz.consul
Methods in com.orbitz.consul with parameters of type DeleteOptions Modifier and Type Method Description voidKeyValueClient. deleteKey(java.lang.String key, DeleteOptions deleteOptions)Deletes a specified key. -
Uses of DeleteOptions in com.orbitz.consul.option
Subclasses of DeleteOptions in com.orbitz.consul.option Modifier and Type Class Description classImmutableDeleteOptionsImmutable implementation ofDeleteOptions.Fields in com.orbitz.consul.option declared as DeleteOptions Modifier and Type Field Description static DeleteOptionsDeleteOptions. BLANKstatic DeleteOptionsDeleteOptions. RECURSEMethods in com.orbitz.consul.option with parameters of type DeleteOptions Modifier and Type Method Description static ImmutableDeleteOptionsImmutableDeleteOptions. copyOf(DeleteOptions instance)Creates an immutable copy of aDeleteOptionsvalue.ImmutableDeleteOptions.BuilderImmutableDeleteOptions.Builder. from(DeleteOptions instance)Fill a builder with attribute values from the providedcom.orbitz.consul.option.DeleteOptionsinstance.
-