Class Operations

  • All Implemented Interfaces:

    
    public final class Operations
    
                        

    Provides methods for managing the long-running operations. Instantiating this class is not required. After instantiating a Client, access methods through `client.operations.methodName(...)` directly.

    This module is experimental.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • get

         <T, U extends Operation<T, U>> U get(U operation, GetOperationConfig config)

        Gets the status of an Operation.

        Parameters:
        operation - An Operation.
        config - The configuration for getting the operation.
        Returns:

        An Operation with the updated status of the operation.