Uses of Class
software.amazon.awssdk.services.inspector2.model.DelegatedAdminAccount
-
Packages that use DelegatedAdminAccount Package Description software.amazon.awssdk.services.inspector2.model software.amazon.awssdk.services.inspector2.paginators -
-
Uses of DelegatedAdminAccount in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type DelegatedAdminAccount Modifier and Type Method Description List<DelegatedAdminAccount>ListDelegatedAdminAccountsResponse. delegatedAdminAccounts()Details of the Amazon Inspector delegated administrator of your organization.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type DelegatedAdminAccount Modifier and Type Method Description ListDelegatedAdminAccountsResponse.BuilderListDelegatedAdminAccountsResponse.Builder. delegatedAdminAccounts(DelegatedAdminAccount... delegatedAdminAccounts)Details of the Amazon Inspector delegated administrator of your organization.Method parameters in software.amazon.awssdk.services.inspector2.model with type arguments of type DelegatedAdminAccount Modifier and Type Method Description ListDelegatedAdminAccountsResponse.BuilderListDelegatedAdminAccountsResponse.Builder. delegatedAdminAccounts(Collection<DelegatedAdminAccount> delegatedAdminAccounts)Details of the Amazon Inspector delegated administrator of your organization. -
Uses of DelegatedAdminAccount in software.amazon.awssdk.services.inspector2.paginators
Methods in software.amazon.awssdk.services.inspector2.paginators that return types with arguments of type DelegatedAdminAccount Modifier and Type Method Description SdkIterable<DelegatedAdminAccount>ListDelegatedAdminAccountsIterable. delegatedAdminAccounts()Returns an iterable to iterate through the paginatedListDelegatedAdminAccountsResponse.delegatedAdminAccounts()member.SdkPublisher<DelegatedAdminAccount>ListDelegatedAdminAccountsPublisher. delegatedAdminAccounts()Returns a publisher that can be used to get a stream of data.
-