Uses of Interface
software.amazon.awssdk.services.inspector2.model.DisableDelegatedAdminAccountRequest.Builder
-
Packages that use DisableDelegatedAdminAccountRequest.Builder 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.model -
-
Uses of DisableDelegatedAdminAccountRequest.Builder in software.amazon.awssdk.services.inspector2
Method parameters in software.amazon.awssdk.services.inspector2 with type arguments of type DisableDelegatedAdminAccountRequest.Builder Modifier and Type Method Description default CompletableFuture<DisableDelegatedAdminAccountResponse>Inspector2AsyncClient. disableDelegatedAdminAccount(Consumer<DisableDelegatedAdminAccountRequest.Builder> disableDelegatedAdminAccountRequest)Disables the Amazon Inspector delegated administrator for your organization.default DisableDelegatedAdminAccountResponseInspector2Client. disableDelegatedAdminAccount(Consumer<DisableDelegatedAdminAccountRequest.Builder> disableDelegatedAdminAccountRequest)Disables the Amazon Inspector delegated administrator for your organization. -
Uses of DisableDelegatedAdminAccountRequest.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return DisableDelegatedAdminAccountRequest.Builder Modifier and Type Method Description static DisableDelegatedAdminAccountRequest.BuilderDisableDelegatedAdminAccountRequest. builder()DisableDelegatedAdminAccountRequest.BuilderDisableDelegatedAdminAccountRequest.Builder. delegatedAdminAccountId(String delegatedAdminAccountId)The Amazon Web Services account ID of the current Amazon Inspector delegated administrator.DisableDelegatedAdminAccountRequest.BuilderDisableDelegatedAdminAccountRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisableDelegatedAdminAccountRequest.BuilderDisableDelegatedAdminAccountRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisableDelegatedAdminAccountRequest.BuilderDisableDelegatedAdminAccountRequest. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type DisableDelegatedAdminAccountRequest.Builder Modifier and Type Method Description static Class<? extends DisableDelegatedAdminAccountRequest.Builder>DisableDelegatedAdminAccountRequest. serializableBuilderClass()
-