| Package | Description |
|---|---|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
ConflictExceptionErrorArgument |
ConflictExceptionErrorArgument.clone() |
ConflictExceptionErrorArgument |
ConflictExceptionErrorArgument.withName(String name)
The error argument's name.
|
ConflictExceptionErrorArgument |
ConflictExceptionErrorArgument.withValue(String value)
The error argument's value.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConflictExceptionErrorArgument> |
ConflictException.getErrorArguments()
A list of attributes that led to the exception and their values.
|
| Modifier and Type | Method and Description |
|---|---|
ConflictException |
ConflictException.withErrorArguments(ConflictExceptionErrorArgument... errorArguments)
A list of attributes that led to the exception and their values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConflictException.setErrorArguments(Collection<ConflictExceptionErrorArgument> errorArguments)
A list of attributes that led to the exception and their values.
|
ConflictException |
ConflictException.withErrorArguments(Collection<ConflictExceptionErrorArgument> errorArguments)
A list of attributes that led to the exception and their values.
|
Copyright © 2025. All rights reserved.