Interface AppliableWithTags<T>

    • Method Detail

      • 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