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