| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
PeeringError |
PeeringError.clone() |
PeeringError |
PeeringError.withCode(PeeringErrorCode code)
The error code for the peering request.
|
PeeringError |
PeeringError.withCode(String code)
The error code for the peering request.
|
PeeringError |
PeeringError.withMessage(String message)
The message associated with the error
code. |
PeeringError |
PeeringError.withMissingPermissionsContext(PermissionsErrorContext missingPermissionsContext)
Provides additional information about missing permissions for the peering error.
|
PeeringError |
PeeringError.withRequestId(String requestId)
The ID of the Peering request.
|
PeeringError |
PeeringError.withResourceArn(String resourceArn)
The ARN of the requested peering resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<PeeringError> |
Peering.getLastModificationErrors()
Describes the error associated with the Connect peer request.
|
| Modifier and Type | Method and Description |
|---|---|
Peering |
Peering.withLastModificationErrors(PeeringError... lastModificationErrors)
Describes the error associated with the Connect peer request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Peering.setLastModificationErrors(Collection<PeeringError> lastModificationErrors)
Describes the error associated with the Connect peer request.
|
Peering |
Peering.withLastModificationErrors(Collection<PeeringError> lastModificationErrors)
Describes the error associated with the Connect peer request.
|
Copyright © 2025. All rights reserved.