Uses of Class
software.amazon.awssdk.services.networkmanager.model.PeeringError
-
Packages that use PeeringError Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of PeeringError in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type PeeringError Modifier and Type Method Description List<PeeringError>Peering. lastModificationErrors()Describes the error associated with the Connect peer request.Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type PeeringError Modifier and Type Method Description Peering.BuilderPeering.Builder. lastModificationErrors(PeeringError... lastModificationErrors)Describes the error associated with the Connect peer request.Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type PeeringError Modifier and Type Method Description Peering.BuilderPeering.Builder. lastModificationErrors(Collection<PeeringError> lastModificationErrors)Describes the error associated with the Connect peer request.
-