| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEncryptionKeyResult> |
AWSInspector2AsyncClient.updateEncryptionKeyAsync(UpdateEncryptionKeyRequest request,
AsyncHandler<UpdateEncryptionKeyRequest,UpdateEncryptionKeyResult> asyncHandler) |
Future<UpdateEncryptionKeyResult> |
AbstractAWSInspector2Async.updateEncryptionKeyAsync(UpdateEncryptionKeyRequest request,
AsyncHandler<UpdateEncryptionKeyRequest,UpdateEncryptionKeyResult> asyncHandler) |
Future<UpdateEncryptionKeyResult> |
AWSInspector2Async.updateEncryptionKeyAsync(UpdateEncryptionKeyRequest updateEncryptionKeyRequest,
AsyncHandler<UpdateEncryptionKeyRequest,UpdateEncryptionKeyResult> asyncHandler)
Updates an encryption key.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEncryptionKeyRequest |
UpdateEncryptionKeyRequest.clone() |
UpdateEncryptionKeyRequest |
UpdateEncryptionKeyRequest.withKmsKeyId(String kmsKeyId)
A KMS key ID for the encryption key.
|
UpdateEncryptionKeyRequest |
UpdateEncryptionKeyRequest.withResourceType(ResourceType resourceType)
The resource type for the encryption key.
|
UpdateEncryptionKeyRequest |
UpdateEncryptionKeyRequest.withResourceType(String resourceType)
The resource type for the encryption key.
|
UpdateEncryptionKeyRequest |
UpdateEncryptionKeyRequest.withScanType(ScanType scanType)
The scan type for the encryption key.
|
UpdateEncryptionKeyRequest |
UpdateEncryptionKeyRequest.withScanType(String scanType)
The scan type for the encryption key.
|
Copyright © 2025. All rights reserved.