Uses of Enum
software.amazon.awssdk.services.kms.model.IncludeKeyMaterial
Packages that use IncludeKeyMaterial
-
Uses of IncludeKeyMaterial in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return IncludeKeyMaterialModifier and TypeMethodDescriptionstatic IncludeKeyMaterialUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IncludeKeyMaterialListKeyRotationsRequest.includeKeyMaterial()Use this optional parameter to control which key materials associated with this key are listed in the response.static IncludeKeyMaterialReturns the enum constant of this type with the specified name.static IncludeKeyMaterial[]IncludeKeyMaterial.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 IncludeKeyMaterialModifier and TypeMethodDescriptionstatic Set<IncludeKeyMaterial>IncludeKeyMaterial.knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type IncludeKeyMaterialModifier and TypeMethodDescriptionListKeyRotationsRequest.Builder.includeKeyMaterial(IncludeKeyMaterial includeKeyMaterial) Use this optional parameter to control which key materials associated with this key are listed in the response.