All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.newrelic.api.agent.CloudAccountInfo Maven / Gradle / Ivy

Go to download

The public API of the Java agent, and no-op implementations for safe usage without the agent.

The newest version!
/*
 *
 *  * Copyright 2024 New Relic Corporation. All rights reserved.
 *  * SPDX-License-Identifier: Apache-2.0
 *
 */

package com.newrelic.api.agent;

/**
 * Identifier for the type of account information.
 */
public enum CloudAccountInfo {
    AWS_ACCOUNT_ID,
    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy