Uses of Interface
software.amazon.awssdk.services.inspector2.model.UpdateEncryptionKeyRequest.Builder
-
Packages that use UpdateEncryptionKeyRequest.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 UpdateEncryptionKeyRequest.Builder in software.amazon.awssdk.services.inspector2
Method parameters in software.amazon.awssdk.services.inspector2 with type arguments of type UpdateEncryptionKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateEncryptionKeyResponse>Inspector2AsyncClient. updateEncryptionKey(Consumer<UpdateEncryptionKeyRequest.Builder> updateEncryptionKeyRequest)Updates an encryption key.default UpdateEncryptionKeyResponseInspector2Client. updateEncryptionKey(Consumer<UpdateEncryptionKeyRequest.Builder> updateEncryptionKeyRequest)Updates an encryption key. -
Uses of UpdateEncryptionKeyRequest.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return UpdateEncryptionKeyRequest.Builder Modifier and Type Method Description static UpdateEncryptionKeyRequest.BuilderUpdateEncryptionKeyRequest. builder()UpdateEncryptionKeyRequest.BuilderUpdateEncryptionKeyRequest.Builder. kmsKeyId(String kmsKeyId)A KMS key ID for the encryption key.UpdateEncryptionKeyRequest.BuilderUpdateEncryptionKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEncryptionKeyRequest.BuilderUpdateEncryptionKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateEncryptionKeyRequest.BuilderUpdateEncryptionKeyRequest.Builder. resourceType(String resourceType)The resource type for the encryption key.UpdateEncryptionKeyRequest.BuilderUpdateEncryptionKeyRequest.Builder. resourceType(ResourceType resourceType)The resource type for the encryption key.UpdateEncryptionKeyRequest.BuilderUpdateEncryptionKeyRequest.Builder. scanType(String scanType)The scan type for the encryption key.UpdateEncryptionKeyRequest.BuilderUpdateEncryptionKeyRequest.Builder. scanType(ScanType scanType)The scan type for the encryption key.UpdateEncryptionKeyRequest.BuilderUpdateEncryptionKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type UpdateEncryptionKeyRequest.Builder Modifier and Type Method Description static Class<? extends UpdateEncryptionKeyRequest.Builder>UpdateEncryptionKeyRequest. serializableBuilderClass()
-