| 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 CompletableFuture<GetEncryptionKeyResponse> |
Inspector2AsyncClient.getEncryptionKey(Consumer<GetEncryptionKeyRequest.Builder> getEncryptionKeyRequest)
Gets an encryption key.
|
default GetEncryptionKeyResponse |
Inspector2Client.getEncryptionKey(Consumer<GetEncryptionKeyRequest.Builder> getEncryptionKeyRequest)
Gets an encryption key.
|
| Modifier and Type | Method and Description |
|---|---|
static GetEncryptionKeyRequest.Builder |
GetEncryptionKeyRequest.builder() |
GetEncryptionKeyRequest.Builder |
GetEncryptionKeyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetEncryptionKeyRequest.Builder |
GetEncryptionKeyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetEncryptionKeyRequest.Builder |
GetEncryptionKeyRequest.Builder.resourceType(ResourceType resourceType)
The resource type the key encrypts.
|
GetEncryptionKeyRequest.Builder |
GetEncryptionKeyRequest.Builder.resourceType(String resourceType)
The resource type the key encrypts.
|
GetEncryptionKeyRequest.Builder |
GetEncryptionKeyRequest.Builder.scanType(ScanType scanType)
The scan type the key encrypts.
|
GetEncryptionKeyRequest.Builder |
GetEncryptionKeyRequest.Builder.scanType(String scanType)
The scan type the key encrypts.
|
GetEncryptionKeyRequest.Builder |
GetEncryptionKeyRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetEncryptionKeyRequest.Builder> |
GetEncryptionKeyRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.