Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.MergeStrategy
-
Packages that use MergeStrategy Package Description software.amazon.awssdk.services.lexmodelbuilding.model -
-
Uses of MergeStrategy in software.amazon.awssdk.services.lexmodelbuilding.model
Methods in software.amazon.awssdk.services.lexmodelbuilding.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.MergeStrategyGetImportResponse. mergeStrategy()The action taken when there was a conflict between an existing resource and a resource in the import file.MergeStrategyStartImportRequest. mergeStrategy()Specifies the action that theStartImportoperation should take when there is an existing resource with the same name.MergeStrategyStartImportResponse. mergeStrategy()The action to take when there is a merge conflict.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.lexmodelbuilding.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.lexmodelbuilding.model with parameters of type MergeStrategy Modifier and Type Method Description GetImportResponse.BuilderGetImportResponse.Builder. mergeStrategy(MergeStrategy mergeStrategy)The action taken when there was a conflict between an existing resource and a resource in the import file.StartImportRequest.BuilderStartImportRequest.Builder. mergeStrategy(MergeStrategy mergeStrategy)Specifies the action that theStartImportoperation should take when there is an existing resource with the same name.StartImportResponse.BuilderStartImportResponse.Builder. mergeStrategy(MergeStrategy mergeStrategy)The action to take when there is a merge conflict.
-