Uses of Class
software.amazon.awssdk.services.inspector2.model.GetEncryptionKeyResponse
-
Packages that use GetEncryptionKeyResponse 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 GetEncryptionKeyResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return GetEncryptionKeyResponse Modifier and Type Method Description default GetEncryptionKeyResponseInspector2Client. getEncryptionKey(Consumer<GetEncryptionKeyRequest.Builder> getEncryptionKeyRequest)Gets an encryption key.default GetEncryptionKeyResponseInspector2Client. getEncryptionKey(GetEncryptionKeyRequest getEncryptionKeyRequest)Gets an encryption key.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type GetEncryptionKeyResponse Modifier and Type Method Description default CompletableFuture<GetEncryptionKeyResponse>Inspector2AsyncClient. getEncryptionKey(Consumer<GetEncryptionKeyRequest.Builder> getEncryptionKeyRequest)Gets an encryption key.default CompletableFuture<GetEncryptionKeyResponse>Inspector2AsyncClient. getEncryptionKey(GetEncryptionKeyRequest getEncryptionKeyRequest)Gets an encryption key.
-