| Package | Description |
|---|---|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
ConflictException |
ConflictException.addContextEntry(String key,
String value)
Add a single Context entry
|
ConflictException |
ConflictException.clearContextEntries()
Removes all the entries added into Context.
|
ConflictException |
ConflictException.withContext(Map<String,String> context)
Information about the resources in use when the exception was thrown.
|
ConflictException |
ConflictException.withReason(ConflictExceptionReason reason)
A description of the error.
|
ConflictException |
ConflictException.withReason(String reason)
A description of the error.
|
ConflictException |
ConflictException.withResourceId(String resourceId)
The identifier of the resource in use.
|
ConflictException |
ConflictException.withResourceType(String resourceType)
The type of the resource in use.
|
Copyright © 2024. All rights reserved.