Uses of Class
software.amazon.awssdk.services.inspector2.model.ListDelegatedAdminAccountsResponse
-
Packages that use ListDelegatedAdminAccountsResponse Package Description software.amazon.awssdk.services.inspector2 Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments.software.amazon.awssdk.services.inspector2.paginators -
-
Uses of ListDelegatedAdminAccountsResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return ListDelegatedAdminAccountsResponse Modifier and Type Method Description default ListDelegatedAdminAccountsResponseInspector2Client. listDelegatedAdminAccounts(Consumer<ListDelegatedAdminAccountsRequest.Builder> listDelegatedAdminAccountsRequest)Lists information about the Amazon Inspector delegated administrator of your organization.default ListDelegatedAdminAccountsResponseInspector2Client. listDelegatedAdminAccounts(ListDelegatedAdminAccountsRequest listDelegatedAdminAccountsRequest)Lists information about the Amazon Inspector delegated administrator of your organization.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type ListDelegatedAdminAccountsResponse Modifier and Type Method Description default CompletableFuture<ListDelegatedAdminAccountsResponse>Inspector2AsyncClient. listDelegatedAdminAccounts(Consumer<ListDelegatedAdminAccountsRequest.Builder> listDelegatedAdminAccountsRequest)Lists information about the Amazon Inspector delegated administrator of your organization.default CompletableFuture<ListDelegatedAdminAccountsResponse>Inspector2AsyncClient. listDelegatedAdminAccounts(ListDelegatedAdminAccountsRequest listDelegatedAdminAccountsRequest)Lists information about the Amazon Inspector delegated administrator of your organization. -
Uses of ListDelegatedAdminAccountsResponse in software.amazon.awssdk.services.inspector2.paginators
Methods in software.amazon.awssdk.services.inspector2.paginators that return types with arguments of type ListDelegatedAdminAccountsResponse Modifier and Type Method Description Iterator<ListDelegatedAdminAccountsResponse>ListDelegatedAdminAccountsIterable. iterator()Method parameters in software.amazon.awssdk.services.inspector2.paginators with type arguments of type ListDelegatedAdminAccountsResponse Modifier and Type Method Description voidListDelegatedAdminAccountsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDelegatedAdminAccountsResponse> subscriber)
-