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