| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
static FieldNamespace |
FieldNamespace.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FieldNamespace |
GetFieldResponse.namespace()
Namespace of the field.
|
FieldNamespace |
FieldSummary.namespace()
The namespace of a field.
|
static FieldNamespace |
FieldNamespace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldNamespace[] |
FieldNamespace.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<FieldNamespace> |
FieldNamespace.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetFieldResponse.Builder |
GetFieldResponse.Builder.namespace(FieldNamespace namespace)
Namespace of the field.
|
FieldSummary.Builder |
FieldSummary.Builder.namespace(FieldNamespace namespace)
The namespace of a field.
|
Copyright © 2023. All rights reserved.