Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.Host.AzureSkuEnum
-
Packages that use Host.AzureSkuEnum Package Description de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model -
-
Uses of Host.AzureSkuEnum in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model that return Host.AzureSkuEnum Modifier and Type Method Description static Host.AzureSkuEnum
Host.AzureSkuEnum. fromValue(String text)
Host.AzureSkuEnum
Host. getAzureSku()
Host.AzureSkuEnum
Host.AzureSkuEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)
static Host.AzureSkuEnum
Host.AzureSkuEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static Host.AzureSkuEnum[]
Host.AzureSkuEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model with parameters of type Host.AzureSkuEnum Modifier and Type Method Description Host
Host. azureSku(Host.AzureSkuEnum azureSku)
void
Host. setAzureSku(Host.AzureSkuEnum azureSku)
void
Host.AzureSkuEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Host.AzureSkuEnum enumeration)
-