Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.CollectionStatus
-
Packages that use CollectionStatus Package Description software.amazon.awssdk.services.opensearchserverless.model -
-
Uses of CollectionStatus in software.amazon.awssdk.services.opensearchserverless.model
Methods in software.amazon.awssdk.services.opensearchserverless.model that return CollectionStatus Modifier and Type Method Description static CollectionStatusCollectionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CollectionStatusCollectionDetail. status()The current status of the collection.CollectionStatusCollectionFilters. status()The current status of the collection.CollectionStatusCollectionSummary. status()The current status of the collection.CollectionStatusCreateCollectionDetail. status()The current status of the collection.CollectionStatusDeleteCollectionDetail. status()The current status of the collection.CollectionStatusUpdateCollectionDetail. status()The current status of the collection.static CollectionStatusCollectionStatus. 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.Methods in software.amazon.awssdk.services.opensearchserverless.model that return types with arguments of type CollectionStatus Modifier and Type Method Description static Set<CollectionStatus>CollectionStatus. knownValues()Methods in software.amazon.awssdk.services.opensearchserverless.model with parameters of type CollectionStatus Modifier and Type Method Description CollectionDetail.BuilderCollectionDetail.Builder. status(CollectionStatus status)The current status of the collection.CollectionFilters.BuilderCollectionFilters.Builder. status(CollectionStatus status)The current status of the collection.CollectionSummary.BuilderCollectionSummary.Builder. status(CollectionStatus status)The current status of the collection.CreateCollectionDetail.BuilderCreateCollectionDetail.Builder. status(CollectionStatus status)The current status of the collection.DeleteCollectionDetail.BuilderDeleteCollectionDetail.Builder. status(CollectionStatus status)The current status of the collection.UpdateCollectionDetail.BuilderUpdateCollectionDetail.Builder. status(CollectionStatus status)The current status of the collection.
-