| Package | Description |
|---|---|
| com.amazonaws.services.opensearchserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static CollectionType |
CollectionType.fromValue(String value)
Use this in place of valueOf.
|
static CollectionType |
CollectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionType[] |
CollectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCollectionDetail |
UpdateCollectionDetail.withType(CollectionType type)
The collection type.
|
CollectionDetail |
CollectionDetail.withType(CollectionType type)
The type of collection.
|
CreateCollectionDetail |
CreateCollectionDetail.withType(CollectionType type)
The type of collection.
|
CreateCollectionRequest |
CreateCollectionRequest.withType(CollectionType type)
The type of collection.
|
Copyright © 2025. All rights reserved.