Uses of Class
software.amazon.awssdk.services.inspector2.model.Account
-
Packages that use Account Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of Account in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type Account Modifier and Type Method Description List<Account>DisableResponse. accounts()Information on the accounts that have had Amazon Inspector scans successfully disabled.List<Account>EnableResponse. accounts()Information on the accounts that have had Amazon Inspector scans successfully enabled.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type Account Modifier and Type Method Description DisableResponse.BuilderDisableResponse.Builder. accounts(Account... accounts)Information on the accounts that have had Amazon Inspector scans successfully disabled.EnableResponse.BuilderEnableResponse.Builder. accounts(Account... accounts)Information on the accounts that have had Amazon Inspector scans successfully enabled.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type Account Modifier and Type Method Description DisableResponse.BuilderDisableResponse.Builder. accounts(Collection<Account> accounts)Information on the accounts that have had Amazon Inspector scans successfully disabled.EnableResponse.BuilderEnableResponse.Builder. accounts(Collection<Account> accounts)Information on the accounts that have had Amazon Inspector scans successfully enabled.
-