Uses of Class
software.amazon.awssdk.services.inspector2.model.ListDelegatedAdminAccountsRequest
-
Packages that use ListDelegatedAdminAccountsRequest 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 software.amazon.awssdk.services.inspector2.transform -
-
Uses of ListDelegatedAdminAccountsRequest in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 with parameters of type ListDelegatedAdminAccountsRequest Modifier and Type Method Description default CompletableFuture<ListDelegatedAdminAccountsResponse>Inspector2AsyncClient. listDelegatedAdminAccounts(ListDelegatedAdminAccountsRequest 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.default ListDelegatedAdminAccountsPublisherInspector2AsyncClient. listDelegatedAdminAccountsPaginator(ListDelegatedAdminAccountsRequest listDelegatedAdminAccountsRequest)Lists information about the Amazon Inspector delegated administrator of your organization.default ListDelegatedAdminAccountsIterableInspector2Client. listDelegatedAdminAccountsPaginator(ListDelegatedAdminAccountsRequest listDelegatedAdminAccountsRequest)Lists information about the Amazon Inspector delegated administrator of your organization. -
Uses of ListDelegatedAdminAccountsRequest in software.amazon.awssdk.services.inspector2.paginators
Constructors in software.amazon.awssdk.services.inspector2.paginators with parameters of type ListDelegatedAdminAccountsRequest Constructor Description ListDelegatedAdminAccountsIterable(Inspector2Client client, ListDelegatedAdminAccountsRequest firstRequest)ListDelegatedAdminAccountsPublisher(Inspector2AsyncClient client, ListDelegatedAdminAccountsRequest firstRequest) -
Uses of ListDelegatedAdminAccountsRequest in software.amazon.awssdk.services.inspector2.transform
Methods in software.amazon.awssdk.services.inspector2.transform with parameters of type ListDelegatedAdminAccountsRequest Modifier and Type Method Description SdkHttpFullRequestListDelegatedAdminAccountsRequestMarshaller. marshall(ListDelegatedAdminAccountsRequest listDelegatedAdminAccountsRequest)
-