Uses of Class
software.amazon.awssdk.services.opensearch.model.S3VectorsEngine
-
Packages that use S3VectorsEngine Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of S3VectorsEngine in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return S3VectorsEngine Modifier and Type Method Description S3VectorsEngineAIMLOptionsInput. s3VectorsEngine()Container for parameters required to enable S3 vectors engine features on the specified domain.S3VectorsEngineAIMLOptionsOutput. s3VectorsEngine()Container for parameters representing the state of S3 vectors engine features on the specified domain.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type S3VectorsEngine Modifier and Type Method Description AIMLOptionsInput.BuilderAIMLOptionsInput.Builder. s3VectorsEngine(S3VectorsEngine s3VectorsEngine)Container for parameters required to enable S3 vectors engine features on the specified domain.AIMLOptionsOutput.BuilderAIMLOptionsOutput.Builder. s3VectorsEngine(S3VectorsEngine s3VectorsEngine)Container for parameters representing the state of S3 vectors engine features on the specified domain.
-