Uses of Interface
software.amazon.awssdk.services.frauddetector.model.KMSKey.Builder
-
Packages that use KMSKey.Builder Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of KMSKey.Builder in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return KMSKey.Builder Modifier and Type Method Description static KMSKey.BuilderKMSKey. builder()KMSKey.BuilderKMSKey.Builder. kmsEncryptionKeyArn(String kmsEncryptionKeyArn)The encryption key ARN.KMSKey.BuilderKMSKey. toBuilder()Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type KMSKey.Builder Modifier and Type Method Description static Class<? extends KMSKey.Builder>KMSKey. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type KMSKey.Builder Modifier and Type Method Description default GetKmsEncryptionKeyResponse.BuilderGetKmsEncryptionKeyResponse.Builder. kmsKey(Consumer<KMSKey.Builder> kmsKey)The KMS encryption key.
-