| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
AttachmentError |
AttachmentError.clone() |
AttachmentError |
AttachmentError.withCode(AttachmentErrorCode code)
The error code for the attachment request.
|
AttachmentError |
AttachmentError.withCode(String code)
The error code for the attachment request.
|
AttachmentError |
AttachmentError.withMessage(String message)
The message associated with the error
code. |
AttachmentError |
AttachmentError.withRequestId(String requestId)
The ID of the attachment request.
|
AttachmentError |
AttachmentError.withResourceArn(String resourceArn)
The ARN of the requested attachment resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentError> |
Attachment.getLastModificationErrors()
Describes the error associated with the attachment request.
|
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Attachment.withLastModificationErrors(AttachmentError... lastModificationErrors)
Describes the error associated with the attachment request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attachment.setLastModificationErrors(Collection<AttachmentError> lastModificationErrors)
Describes the error associated with the attachment request.
|
Attachment |
Attachment.withLastModificationErrors(Collection<AttachmentError> lastModificationErrors)
Describes the error associated with the attachment request.
|
Copyright © 2025. All rights reserved.