Interface AppliableWithTags<T>

Type Parameters:
T - the type of the resource returned from the update.
All Superinterfaces:
UpdatableWithTags.UpdateWithTags<T>

public interface AppliableWithTags<T> extends UpdatableWithTags.UpdateWithTags<T>
The base interface for all template interfaces that support update tags operations.
  • Method Details

    • applyTags

      T applyTags()
      Execute the update request.
      Returns:
      the updated resource
    • applyTagsAsync

      Mono<T> applyTagsAsync()
      Execute the update request asynchronously.
      Returns:
      the handle to the REST call