Uses of Class
software.amazon.awssdk.services.inspector2.model.FailedAccount
-
Packages that use FailedAccount Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of FailedAccount in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type FailedAccount Modifier and Type Method Description List<FailedAccount>BatchGetAccountStatusResponse. failedAccounts()An array of objects detailing any accounts that failed to enable Amazon Inspector and why.List<FailedAccount>DisableResponse. failedAccounts()Information on any accounts for which Amazon Inspector scans could not be disabled.List<FailedAccount>EnableResponse. failedAccounts()Information on any accounts for which Amazon Inspector scans could not be enabled.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type FailedAccount Modifier and Type Method Description BatchGetAccountStatusResponse.BuilderBatchGetAccountStatusResponse.Builder. failedAccounts(FailedAccount... failedAccounts)An array of objects detailing any accounts that failed to enable Amazon Inspector and why.DisableResponse.BuilderDisableResponse.Builder. failedAccounts(FailedAccount... failedAccounts)Information on any accounts for which Amazon Inspector scans could not be disabled.EnableResponse.BuilderEnableResponse.Builder. failedAccounts(FailedAccount... failedAccounts)Information on any accounts for which Amazon Inspector scans could not be enabled.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type FailedAccount Modifier and Type Method Description BatchGetAccountStatusResponse.BuilderBatchGetAccountStatusResponse.Builder. failedAccounts(Collection<FailedAccount> failedAccounts)An array of objects detailing any accounts that failed to enable Amazon Inspector and why.DisableResponse.BuilderDisableResponse.Builder. failedAccounts(Collection<FailedAccount> failedAccounts)Information on any accounts for which Amazon Inspector scans could not be disabled.EnableResponse.BuilderEnableResponse.Builder. failedAccounts(Collection<FailedAccount> failedAccounts)Information on any accounts for which Amazon Inspector scans could not be enabled.
-