Uses of Class
software.amazon.awssdk.services.kms.model.DryRunModifierType
-
Packages that use DryRunModifierType Package Description software.amazon.awssdk.services.kms.model -
-
Uses of DryRunModifierType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return DryRunModifierType Modifier and Type Method Description static DryRunModifierTypeDryRunModifierType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DryRunModifierTypeDryRunModifierType. valueOf(String name)Returns 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 DryRunModifierType Modifier and Type Method Description List<DryRunModifierType>DecryptRequest. dryRunModifiers()Specifies the modifiers to apply to the dry run operation.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 DryRunModifierType Modifier and Type Method Description DecryptRequest.BuilderDecryptRequest.Builder. dryRunModifiers(DryRunModifierType... dryRunModifiers)Specifies the modifiers to apply to the dry run operation.ReEncryptRequest.BuilderReEncryptRequest.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 DryRunModifierType Modifier and Type Method Description DecryptRequest.BuilderDecryptRequest.Builder. dryRunModifiers(Collection<DryRunModifierType> dryRunModifiers)Specifies the modifiers to apply to the dry run operation.ReEncryptRequest.BuilderReEncryptRequest.Builder. dryRunModifiers(Collection<DryRunModifierType> dryRunModifiers)Specifies the modifiers to apply to the dry run operation.
-