Skip to main content
  • showCredential

    public ShowCredentialResponse showCredential(ShowCredentialRequest request) throws GPUdbException
    Shows information about a specified credential or all credentials.
    Parameters:
    request - Request object containing the parameters for the operation.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.
  • showCredential

    public ShowCredentialResponse showCredential(String credentialName, Map<String,String> options) throws GPUdbException
    Shows information about a specified credential or all credentials.
    Parameters:
    credentialName - Name of the credential on which to retrieve information. The name must refer to a currently existing credential. If ’*’ is specified, information about all credentials will be returned.
    options - Optional parameters. The default value is an empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.