| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
FreeTrialInfoError |
FreeTrialInfoError.clone() |
FreeTrialInfoError |
FreeTrialInfoError.withAccountId(String accountId)
The account associated with the Amazon Inspector free trial information.
|
FreeTrialInfoError |
FreeTrialInfoError.withCode(FreeTrialInfoErrorCode code)
The error code.
|
FreeTrialInfoError |
FreeTrialInfoError.withCode(String code)
The error code.
|
FreeTrialInfoError |
FreeTrialInfoError.withMessage(String message)
The error message returned.
|
| Modifier and Type | Method and Description |
|---|---|
List<FreeTrialInfoError> |
BatchGetFreeTrialInfoResult.getFailedAccounts()
An array of objects detailing any accounts that free trial data could not be returned for.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetFreeTrialInfoResult |
BatchGetFreeTrialInfoResult.withFailedAccounts(FreeTrialInfoError... failedAccounts)
An array of objects detailing any accounts that free trial data could not be returned for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetFreeTrialInfoResult.setFailedAccounts(Collection<FreeTrialInfoError> failedAccounts)
An array of objects detailing any accounts that free trial data could not be returned for.
|
BatchGetFreeTrialInfoResult |
BatchGetFreeTrialInfoResult.withFailedAccounts(Collection<FreeTrialInfoError> failedAccounts)
An array of objects detailing any accounts that free trial data could not be returned for.
|
Copyright © 2023. All rights reserved.