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