com.newrelic.api.agent.CloudAccountInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of newrelic-api Show documentation
Show all versions of newrelic-api Show documentation
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