Uses of Class
software.amazon.awssdk.services.opensearch.model.DirectQueryDataSourceType.Type
-
Packages that use DirectQueryDataSourceType.Type Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of DirectQueryDataSourceType.Type in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return DirectQueryDataSourceType.Type Modifier and Type Method Description DirectQueryDataSourceType.TypeDirectQueryDataSourceType. type()Retrieve an enum value representing which member of this object is populated.static DirectQueryDataSourceType.TypeDirectQueryDataSourceType.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static DirectQueryDataSourceType.Type[]DirectQueryDataSourceType.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-