Uses of Class
software.amazon.awssdk.services.grafana.model.LicenseType
-
Packages that use LicenseType Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of LicenseType in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return LicenseType Modifier and Type Method Description static LicenseTypeLicenseType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LicenseTypeAssociateLicenseRequest. licenseType()The type of license to associate with the workspace.LicenseTypeDisassociateLicenseRequest. licenseType()The type of license to remove from the workspace.LicenseTypeWorkspaceDescription. licenseType()Specifies whether this workspace has a full Grafana Enterprise license.LicenseTypeWorkspaceSummary. licenseType()Specifies whether this workspace has a full Grafana Enterprise license.static LicenseTypeLicenseType. valueOf(String name)Returns the enum constant of this type with the specified name.static LicenseType[]LicenseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type LicenseType Modifier and Type Method Description static Set<LicenseType>LicenseType. knownValues()Methods in software.amazon.awssdk.services.grafana.model with parameters of type LicenseType Modifier and Type Method Description AssociateLicenseRequest.BuilderAssociateLicenseRequest.Builder. licenseType(LicenseType licenseType)The type of license to associate with the workspace.DisassociateLicenseRequest.BuilderDisassociateLicenseRequest.Builder. licenseType(LicenseType licenseType)The type of license to remove from the workspace.WorkspaceDescription.BuilderWorkspaceDescription.Builder. licenseType(LicenseType licenseType)Specifies whether this workspace has a full Grafana Enterprise license.WorkspaceSummary.BuilderWorkspaceSummary.Builder. licenseType(LicenseType licenseType)Specifies whether this workspace has a full Grafana Enterprise license.
-