Uses of Class
software.amazon.awssdk.services.inspector2.model.UpdateEncryptionKeyResponse
-
Packages that use UpdateEncryptionKeyResponse 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. -
-
Uses of UpdateEncryptionKeyResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return UpdateEncryptionKeyResponse Modifier and Type Method Description default UpdateEncryptionKeyResponseInspector2Client. updateEncryptionKey(Consumer<UpdateEncryptionKeyRequest.Builder> updateEncryptionKeyRequest)Updates an encryption key.default UpdateEncryptionKeyResponseInspector2Client. updateEncryptionKey(UpdateEncryptionKeyRequest updateEncryptionKeyRequest)Updates an encryption key.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type UpdateEncryptionKeyResponse Modifier and Type Method Description default CompletableFuture<UpdateEncryptionKeyResponse>Inspector2AsyncClient. updateEncryptionKey(Consumer<UpdateEncryptionKeyRequest.Builder> updateEncryptionKeyRequest)Updates an encryption key.default CompletableFuture<UpdateEncryptionKeyResponse>Inspector2AsyncClient. updateEncryptionKey(UpdateEncryptionKeyRequest updateEncryptionKeyRequest)Updates an encryption key.
-