Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.CompatibleVersionsMap.Builder
-
Packages that use CompatibleVersionsMap.Builder Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of CompatibleVersionsMap.Builder in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return CompatibleVersionsMap.Builder Modifier and Type Method Description static CompatibleVersionsMap.Builder
CompatibleVersionsMap. builder()
CompatibleVersionsMap.Builder
CompatibleVersionsMap.Builder. sourceVersion(String sourceVersion)
The current version of Elasticsearch on which a domain is.CompatibleVersionsMap.Builder
CompatibleVersionsMap.Builder. targetVersions(String... targetVersions)
Sets the value of the TargetVersions property for this object.CompatibleVersionsMap.Builder
CompatibleVersionsMap.Builder. targetVersions(Collection<String> targetVersions)
Sets the value of the TargetVersions property for this object.CompatibleVersionsMap.Builder
CompatibleVersionsMap. toBuilder()
Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type CompatibleVersionsMap.Builder Modifier and Type Method Description static Class<? extends CompatibleVersionsMap.Builder>
CompatibleVersionsMap. serializableBuilderClass()
-