| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
static LicenseType |
LicenseType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LicenseType |
AssociateLicenseRequest.licenseType()
The type of license to associate with the workspace.
|
LicenseType |
DisassociateLicenseRequest.licenseType()
The type of license to remove from the workspace.
|
LicenseType |
WorkspaceDescription.licenseType()
Specifies whether this workspace has a full Grafana Enterprise license or a free trial license.
|
static LicenseType |
LicenseType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LicenseType> |
LicenseType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AssociateLicenseRequest.Builder |
AssociateLicenseRequest.Builder.licenseType(LicenseType licenseType)
The type of license to associate with the workspace.
|
DisassociateLicenseRequest.Builder |
DisassociateLicenseRequest.Builder.licenseType(LicenseType licenseType)
The type of license to remove from the workspace.
|
WorkspaceDescription.Builder |
WorkspaceDescription.Builder.licenseType(LicenseType licenseType)
Specifies whether this workspace has a full Grafana Enterprise license or a free trial license.
|
Copyright © 2023. All rights reserved.