| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static ConfluenceVersion |
ConfluenceVersion.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ConfluenceVersion |
ConfluenceVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfluenceVersion[] |
ConfluenceVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ConfluenceVersion |
ConfluenceConfiguration.version()
The version or the type of Confluence installation to connect to.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ConfluenceVersion> |
ConfluenceVersion.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ConfluenceConfiguration.Builder |
ConfluenceConfiguration.Builder.version(ConfluenceVersion version)
The version or the type of Confluence installation to connect to.
|
Copyright © 2023. All rights reserved.