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