| 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 UpdateEncryptionKeyResponse |
Inspector2Client.updateEncryptionKey(Consumer<UpdateEncryptionKeyRequest.Builder> updateEncryptionKeyRequest)
Updates an encryption key.
|
default CompletableFuture<UpdateEncryptionKeyResponse> |
Inspector2AsyncClient.updateEncryptionKey(Consumer<UpdateEncryptionKeyRequest.Builder> updateEncryptionKeyRequest)
Updates an encryption key.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateEncryptionKeyRequest.Builder |
UpdateEncryptionKeyRequest.builder() |
UpdateEncryptionKeyRequest.Builder |
UpdateEncryptionKeyRequest.Builder.kmsKeyId(String kmsKeyId)
A KMS key ID for the encryption key.
|
UpdateEncryptionKeyRequest.Builder |
UpdateEncryptionKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEncryptionKeyRequest.Builder |
UpdateEncryptionKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEncryptionKeyRequest.Builder |
UpdateEncryptionKeyRequest.Builder.resourceType(ResourceType resourceType)
The resource type for the encryption key.
|
UpdateEncryptionKeyRequest.Builder |
UpdateEncryptionKeyRequest.Builder.resourceType(String resourceType)
The resource type for the encryption key.
|
UpdateEncryptionKeyRequest.Builder |
UpdateEncryptionKeyRequest.Builder.scanType(ScanType scanType)
The scan type for the encryption key.
|
UpdateEncryptionKeyRequest.Builder |
UpdateEncryptionKeyRequest.Builder.scanType(String scanType)
The scan type for the encryption key.
|
UpdateEncryptionKeyRequest.Builder |
UpdateEncryptionKeyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEncryptionKeyRequest.Builder> |
UpdateEncryptionKeyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.