Uses of Class
software.amazon.awssdk.services.inspector2.model.GetDelegatedAdminAccountResponse
-
Packages that use GetDelegatedAdminAccountResponse 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. -
-
Uses of GetDelegatedAdminAccountResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return GetDelegatedAdminAccountResponse Modifier and Type Method Description default GetDelegatedAdminAccountResponseInspector2Client. getDelegatedAdminAccount(Consumer<GetDelegatedAdminAccountRequest.Builder> getDelegatedAdminAccountRequest)Retrieves information about the Amazon Inspector delegated administrator for your organization.default GetDelegatedAdminAccountResponseInspector2Client. getDelegatedAdminAccount(GetDelegatedAdminAccountRequest getDelegatedAdminAccountRequest)Retrieves information about the Amazon Inspector delegated administrator for your organization.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type GetDelegatedAdminAccountResponse Modifier and Type Method Description default CompletableFuture<GetDelegatedAdminAccountResponse>Inspector2AsyncClient. getDelegatedAdminAccount(Consumer<GetDelegatedAdminAccountRequest.Builder> getDelegatedAdminAccountRequest)Retrieves information about the Amazon Inspector delegated administrator for your organization.default CompletableFuture<GetDelegatedAdminAccountResponse>Inspector2AsyncClient. getDelegatedAdminAccount(GetDelegatedAdminAccountRequest getDelegatedAdminAccountRequest)Retrieves information about the Amazon Inspector delegated administrator for your organization.
-