Uses of Class
software.amazon.awssdk.services.opensearchserverless.model.CollectionType
-
Packages that use CollectionType Package Description software.amazon.awssdk.services.opensearchserverless.model -
-
Uses of CollectionType in software.amazon.awssdk.services.opensearchserverless.model
Methods in software.amazon.awssdk.services.opensearchserverless.model that return CollectionType Modifier and Type Method Description static CollectionTypeCollectionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CollectionTypeCollectionDetail. type()The type of collection.CollectionTypeCreateCollectionDetail. type()The type of collection.CollectionTypeCreateCollectionRequest. type()The type of collection.CollectionTypeUpdateCollectionDetail. type()The collection type.static CollectionTypeCollectionType. 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.Methods in software.amazon.awssdk.services.opensearchserverless.model that return types with arguments of type CollectionType Modifier and Type Method Description static Set<CollectionType>CollectionType. knownValues()Methods in software.amazon.awssdk.services.opensearchserverless.model with parameters of type CollectionType Modifier and Type Method Description CollectionDetail.BuilderCollectionDetail.Builder. type(CollectionType type)The type of collection.CreateCollectionDetail.BuilderCreateCollectionDetail.Builder. type(CollectionType type)The type of collection.CreateCollectionRequest.BuilderCreateCollectionRequest.Builder. type(CollectionType type)The type of collection.UpdateCollectionDetail.BuilderUpdateCollectionDetail.Builder. type(CollectionType type)The collection type.
-