Uses of Class
software.amazon.awssdk.services.inspector2.model.ResetEncryptionKeyResponse
-
Packages that use ResetEncryptionKeyResponse 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 ResetEncryptionKeyResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return ResetEncryptionKeyResponse Modifier and Type Method Description default ResetEncryptionKeyResponseInspector2Client. resetEncryptionKey(Consumer<ResetEncryptionKeyRequest.Builder> resetEncryptionKeyRequest)Resets an encryption key.default ResetEncryptionKeyResponseInspector2Client. resetEncryptionKey(ResetEncryptionKeyRequest resetEncryptionKeyRequest)Resets an encryption key.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type ResetEncryptionKeyResponse Modifier and Type Method Description default CompletableFuture<ResetEncryptionKeyResponse>Inspector2AsyncClient. resetEncryptionKey(Consumer<ResetEncryptionKeyRequest.Builder> resetEncryptionKeyRequest)Resets an encryption key.default CompletableFuture<ResetEncryptionKeyResponse>Inspector2AsyncClient. resetEncryptionKey(ResetEncryptionKeyRequest resetEncryptionKeyRequest)Resets an encryption key.
-