Uses of Enum
software.amazon.awssdk.services.kms.model.DryRunModifierType
Packages that use DryRunModifierType
-
Uses of DryRunModifierType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return DryRunModifierTypeModifier and TypeMethodDescriptionstatic DryRunModifierTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DryRunModifierTypeReturns the enum constant of this type with the specified name.static DryRunModifierType[]DryRunModifierType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type DryRunModifierTypeModifier and TypeMethodDescriptionfinal List<DryRunModifierType>DecryptRequest.dryRunModifiers()Specifies the modifiers to apply to the dry run operation.final List<DryRunModifierType>ReEncryptRequest.dryRunModifiers()Specifies the modifiers to apply to the dry run operation.static Set<DryRunModifierType>DryRunModifierType.knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type DryRunModifierTypeModifier and TypeMethodDescriptionDecryptRequest.Builder.dryRunModifiers(DryRunModifierType... dryRunModifiers) Specifies the modifiers to apply to the dry run operation.ReEncryptRequest.Builder.dryRunModifiers(DryRunModifierType... dryRunModifiers) Specifies the modifiers to apply to the dry run operation.Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type DryRunModifierTypeModifier and TypeMethodDescriptionDecryptRequest.Builder.dryRunModifiers(Collection<DryRunModifierType> dryRunModifiers) Specifies the modifiers to apply to the dry run operation.ReEncryptRequest.Builder.dryRunModifiers(Collection<DryRunModifierType> dryRunModifiers) Specifies the modifiers to apply to the dry run operation.