| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearchserverless.model |
| Modifier and Type | Method and Description |
|---|---|
static CollectionStatus |
CollectionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CollectionStatus |
DeleteCollectionDetail.status()
The current status of the collection.
|
CollectionStatus |
CreateCollectionDetail.status()
The current status of the collection.
|
CollectionStatus |
CollectionDetail.status()
The current status of the collection.
|
CollectionStatus |
CollectionSummary.status()
The current status of the collection.
|
CollectionStatus |
CollectionFilters.status()
The current status of the collection.
|
CollectionStatus |
UpdateCollectionDetail.status()
The current status of the collection.
|
static CollectionStatus |
CollectionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionStatus[] |
CollectionStatus.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<CollectionStatus> |
CollectionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DeleteCollectionDetail.Builder |
DeleteCollectionDetail.Builder.status(CollectionStatus status)
The current status of the collection.
|
CreateCollectionDetail.Builder |
CreateCollectionDetail.Builder.status(CollectionStatus status)
The current status of the collection.
|
CollectionDetail.Builder |
CollectionDetail.Builder.status(CollectionStatus status)
The current status of the collection.
|
CollectionSummary.Builder |
CollectionSummary.Builder.status(CollectionStatus status)
The current status of the collection.
|
CollectionFilters.Builder |
CollectionFilters.Builder.status(CollectionStatus status)
The current status of the collection.
|
UpdateCollectionDetail.Builder |
UpdateCollectionDetail.Builder.status(CollectionStatus status)
The current status of the collection.
|
Copyright © 2023. All rights reserved.