Uses of Record Class
com.wavefront.spring.account.AccountInfo
Packages that use AccountInfo
Package
Description
Wavefront account management.
Auto-configuration for Wavefront.
-
Uses of AccountInfo in com.wavefront.spring.account
Methods in com.wavefront.spring.account that return AccountInfoModifier and TypeMethodDescriptionAccountManagementClient.getExistingAccount(String clusterUri, com.wavefront.sdk.common.application.ApplicationTags applicationTags, String apiToken)Retrieve an existing account for the specified Wavefront cluster, application information and api token.AccountManagementClient.provisionAccount(String clusterUri, com.wavefront.sdk.common.application.ApplicationTags applicationTags)Provision an account for the specified Wavefront cluster and application information. -
Uses of AccountInfo in com.wavefront.spring.autoconfigure
Methods in com.wavefront.spring.autoconfigure that return AccountInfoModifier and TypeMethodDescriptionprotected AccountInfoAccountManagementEnvironmentPostProcessor.getExistingAccount(AccountManagementClient client, String clusterUri, com.wavefront.sdk.common.application.ApplicationTags applicationTags, String apiToken)protected AccountInfoAccountManagementEnvironmentPostProcessor.provisionAccount(AccountManagementClient client, String clusterUri, com.wavefront.sdk.common.application.ApplicationTags applicationTags)