Uses of Class
software.amazon.awssdk.services.servicecatalog.model.ShareError
-
Packages that use ShareError Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of ShareError in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type ShareError Modifier and Type Method Description List<ShareError>ShareDetails. shareErrors()List of errors.Methods in software.amazon.awssdk.services.servicecatalog.model with parameters of type ShareError Modifier and Type Method Description ShareDetails.BuilderShareDetails.Builder. shareErrors(ShareError... shareErrors)List of errors.Method parameters in software.amazon.awssdk.services.servicecatalog.model with type arguments of type ShareError Modifier and Type Method Description ShareDetails.BuilderShareDetails.Builder. shareErrors(Collection<ShareError> shareErrors)List of errors.
-