| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ShareError |
ShareError.clone() |
ShareError |
ShareError.withAccounts(Collection<String> accounts)
List of accounts impacted by the error.
|
ShareError |
ShareError.withAccounts(String... accounts)
List of accounts impacted by the error.
|
ShareError |
ShareError.withError(String error)
Error type that happened when processing the operation.
|
ShareError |
ShareError.withMessage(String message)
Information about the error.
|
| Modifier and Type | Method and Description |
|---|---|
List<ShareError> |
ShareDetails.getShareErrors()
List of errors.
|
| Modifier and Type | Method and Description |
|---|---|
ShareDetails |
ShareDetails.withShareErrors(ShareError... shareErrors)
List of errors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShareDetails.setShareErrors(Collection<ShareError> shareErrors)
List of errors.
|
ShareDetails |
ShareDetails.withShareErrors(Collection<ShareError> shareErrors)
List of errors.
|
Copyright © 2020. All rights reserved.