Uses of Interface
software.amazon.awssdk.services.inspector2.model.GetEncryptionKeyRequest.Builder
-
Packages that use GetEncryptionKeyRequest.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 GetEncryptionKeyRequest.Builder in software.amazon.awssdk.services.inspector2
Method parameters in software.amazon.awssdk.services.inspector2 with type arguments of type GetEncryptionKeyRequest.Builder Modifier and Type Method Description default CompletableFuture<GetEncryptionKeyResponse>Inspector2AsyncClient. getEncryptionKey(Consumer<GetEncryptionKeyRequest.Builder> getEncryptionKeyRequest)Gets an encryption key.default GetEncryptionKeyResponseInspector2Client. getEncryptionKey(Consumer<GetEncryptionKeyRequest.Builder> getEncryptionKeyRequest)Gets an encryption key. -
Uses of GetEncryptionKeyRequest.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return GetEncryptionKeyRequest.Builder Modifier and Type Method Description static GetEncryptionKeyRequest.BuilderGetEncryptionKeyRequest. builder()GetEncryptionKeyRequest.BuilderGetEncryptionKeyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEncryptionKeyRequest.BuilderGetEncryptionKeyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetEncryptionKeyRequest.BuilderGetEncryptionKeyRequest.Builder. resourceType(String resourceType)The resource type the key encrypts.GetEncryptionKeyRequest.BuilderGetEncryptionKeyRequest.Builder. resourceType(ResourceType resourceType)The resource type the key encrypts.GetEncryptionKeyRequest.BuilderGetEncryptionKeyRequest.Builder. scanType(String scanType)The scan type the key encrypts.GetEncryptionKeyRequest.BuilderGetEncryptionKeyRequest.Builder. scanType(ScanType scanType)The scan type the key encrypts.GetEncryptionKeyRequest.BuilderGetEncryptionKeyRequest. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type GetEncryptionKeyRequest.Builder Modifier and Type Method Description static Class<? extends GetEncryptionKeyRequest.Builder>GetEncryptionKeyRequest. serializableBuilderClass()
-