Uses of Class
software.amazon.awssdk.services.securityhub.model.AccountDetails
-
Packages that use AccountDetails Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AccountDetails in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AccountDetails Modifier and Type Method Description List<AccountDetails>CreateMembersRequest. accountDetails()The list of accounts to associate with the Security Hub administrator account.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AccountDetails Modifier and Type Method Description CreateMembersRequest.BuilderCreateMembersRequest.Builder. accountDetails(AccountDetails... accountDetails)The list of accounts to associate with the Security Hub administrator account.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AccountDetails Modifier and Type Method Description CreateMembersRequest.BuilderCreateMembersRequest.Builder. accountDetails(Collection<AccountDetails> accountDetails)The list of accounts to associate with the Security Hub administrator account.
-