| 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 and Amazon ECR environments.
|
| software.amazon.awssdk.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
default EnableDelegatedAdminAccountResponse |
Inspector2Client.enableDelegatedAdminAccount(Consumer<EnableDelegatedAdminAccountRequest.Builder> enableDelegatedAdminAccountRequest)
Enables the Amazon Inspector delegated administrator for your Organizations organization.
|
default CompletableFuture<EnableDelegatedAdminAccountResponse> |
Inspector2AsyncClient.enableDelegatedAdminAccount(Consumer<EnableDelegatedAdminAccountRequest.Builder> enableDelegatedAdminAccountRequest)
Enables the Amazon Inspector delegated administrator for your Organizations organization.
|
| Modifier and Type | Method and Description |
|---|---|
static EnableDelegatedAdminAccountRequest.Builder |
EnableDelegatedAdminAccountRequest.builder() |
EnableDelegatedAdminAccountRequest.Builder |
EnableDelegatedAdminAccountRequest.Builder.clientToken(String clientToken)
The idempotency token for the request.
|
EnableDelegatedAdminAccountRequest.Builder |
EnableDelegatedAdminAccountRequest.Builder.delegatedAdminAccountId(String delegatedAdminAccountId)
The Amazon Web Services account ID of the Amazon Inspector delegated administrator.
|
EnableDelegatedAdminAccountRequest.Builder |
EnableDelegatedAdminAccountRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
EnableDelegatedAdminAccountRequest.Builder |
EnableDelegatedAdminAccountRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
EnableDelegatedAdminAccountRequest.Builder |
EnableDelegatedAdminAccountRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EnableDelegatedAdminAccountRequest.Builder> |
EnableDelegatedAdminAccountRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.