| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearchserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static CollectionType |
CollectionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CollectionType |
CreateCollectionRequest.type()
The type of collection.
|
CollectionType |
CreateCollectionDetail.type()
The type of collection.
|
CollectionType |
CollectionDetail.type()
The type of collection.
|
CollectionType |
UpdateCollectionDetail.type()
The collection type.
|
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 |
|---|---|
static Set<CollectionType> |
CollectionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateCollectionRequest.Builder |
CreateCollectionRequest.Builder.type(CollectionType type)
The type of collection.
|
CreateCollectionDetail.Builder |
CreateCollectionDetail.Builder.type(CollectionType type)
The type of collection.
|
CollectionDetail.Builder |
CollectionDetail.Builder.type(CollectionType type)
The type of collection.
|
UpdateCollectionDetail.Builder |
UpdateCollectionDetail.Builder.type(CollectionType type)
The collection type.
|
Copyright © 2023. All rights reserved.