| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static ServiceNowBuildVersionType |
ServiceNowBuildVersionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ServiceNowBuildVersionType |
ServiceNowConfiguration.serviceNowBuildVersion()
The identifier of the release that the ServiceNow host is running.
|
static ServiceNowBuildVersionType |
ServiceNowBuildVersionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceNowBuildVersionType[] |
ServiceNowBuildVersionType.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<ServiceNowBuildVersionType> |
ServiceNowBuildVersionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ServiceNowConfiguration.Builder |
ServiceNowConfiguration.Builder.serviceNowBuildVersion(ServiceNowBuildVersionType serviceNowBuildVersion)
The identifier of the release that the ServiceNow host is running.
|
Copyright © 2020. All rights reserved.