Uses of Class
software.amazon.awssdk.services.inspector2.model.AccountState
-
Packages that use AccountState Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of AccountState in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type AccountState Modifier and Type Method Description List<AccountState>BatchGetAccountStatusResponse. accounts()An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type AccountState Modifier and Type Method Description BatchGetAccountStatusResponse.BuilderBatchGetAccountStatusResponse.Builder. accounts(AccountState... accounts)An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type AccountState Modifier and Type Method Description BatchGetAccountStatusResponse.BuilderBatchGetAccountStatusResponse.Builder. accounts(Collection<AccountState> accounts)An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.
-