Uses of Class
software.amazon.awssdk.services.inspector2.model.DisableDelegatedAdminAccountResponse
-
Packages that use DisableDelegatedAdminAccountResponse 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 DisableDelegatedAdminAccountResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return DisableDelegatedAdminAccountResponse Modifier and Type Method Description default DisableDelegatedAdminAccountResponseInspector2Client. disableDelegatedAdminAccount(Consumer<DisableDelegatedAdminAccountRequest.Builder> disableDelegatedAdminAccountRequest)Disables the Amazon Inspector delegated administrator for your organization.default DisableDelegatedAdminAccountResponseInspector2Client. disableDelegatedAdminAccount(DisableDelegatedAdminAccountRequest disableDelegatedAdminAccountRequest)Disables the Amazon Inspector delegated administrator for your organization.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type DisableDelegatedAdminAccountResponse Modifier and Type Method Description default CompletableFuture<DisableDelegatedAdminAccountResponse>Inspector2AsyncClient. disableDelegatedAdminAccount(Consumer<DisableDelegatedAdminAccountRequest.Builder> disableDelegatedAdminAccountRequest)Disables the Amazon Inspector delegated administrator for your organization.default CompletableFuture<DisableDelegatedAdminAccountResponse>Inspector2AsyncClient. disableDelegatedAdminAccount(DisableDelegatedAdminAccountRequest disableDelegatedAdminAccountRequest)Disables the Amazon Inspector delegated administrator for your organization.
-