Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.MergeStrategy
-
Packages that use MergeStrategy Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of MergeStrategy in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return MergeStrategy Modifier and Type Method Description static MergeStrategyMergeStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MergeStrategyDescribeImportResponse. mergeStrategy()The strategy used when there was a name conflict between the imported resource and an existing resource.MergeStrategyImportSummary. mergeStrategy()The strategy used to merge existing bot or bot locale definitions with the imported definition.MergeStrategyStartImportRequest. mergeStrategy()The strategy to use when there is a name conflict between the imported resource and an existing resource.MergeStrategyStartImportResponse. mergeStrategy()The strategy used when there was a name conflict between the imported resource and an existing resource.static MergeStrategyMergeStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static MergeStrategy[]MergeStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type MergeStrategy Modifier and Type Method Description static Set<MergeStrategy>MergeStrategy. knownValues()Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type MergeStrategy Modifier and Type Method Description DescribeImportResponse.BuilderDescribeImportResponse.Builder. mergeStrategy(MergeStrategy mergeStrategy)The strategy used when there was a name conflict between the imported resource and an existing resource.ImportSummary.BuilderImportSummary.Builder. mergeStrategy(MergeStrategy mergeStrategy)The strategy used to merge existing bot or bot locale definitions with the imported definition.StartImportRequest.BuilderStartImportRequest.Builder. mergeStrategy(MergeStrategy mergeStrategy)The strategy to use when there is a name conflict between the imported resource and an existing resource.StartImportResponse.BuilderStartImportResponse.Builder. mergeStrategy(MergeStrategy mergeStrategy)The strategy used when there was a name conflict between the imported resource and an existing resource.
-