Uses of Class
software.amazon.awssdk.services.panorama.model.ConflictExceptionErrorArgument
-
Packages that use ConflictExceptionErrorArgument Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of ConflictExceptionErrorArgument in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type ConflictExceptionErrorArgument Modifier and Type Method Description List<ConflictExceptionErrorArgument>ConflictException. errorArguments()A list of attributes that led to the exception and their values.Methods in software.amazon.awssdk.services.panorama.model with parameters of type ConflictExceptionErrorArgument Modifier and Type Method Description ConflictException.BuilderConflictException.Builder. errorArguments(ConflictExceptionErrorArgument... errorArguments)A list of attributes that led to the exception and their values.Method parameters in software.amazon.awssdk.services.panorama.model with type arguments of type ConflictExceptionErrorArgument Modifier and Type Method Description ConflictException.BuilderConflictException.Builder. errorArguments(Collection<ConflictExceptionErrorArgument> errorArguments)A list of attributes that led to the exception and their values.
-