Uses of Class
software.amazon.awssdk.services.kms.model.IncludeKeyMaterial
-
Packages that use IncludeKeyMaterial Package Description software.amazon.awssdk.services.kms.model -
-
Uses of IncludeKeyMaterial in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return IncludeKeyMaterial Modifier and Type Method Description static IncludeKeyMaterialIncludeKeyMaterial. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IncludeKeyMaterialListKeyRotationsRequest. includeKeyMaterial()Use this optional parameter to control which key materials associated with this key are listed in the response.static IncludeKeyMaterialIncludeKeyMaterial. valueOf(String name)Returns 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 IncludeKeyMaterial Modifier and Type Method Description static Set<IncludeKeyMaterial>IncludeKeyMaterial. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type IncludeKeyMaterial Modifier and Type Method Description ListKeyRotationsRequest.BuilderListKeyRotationsRequest.Builder. includeKeyMaterial(IncludeKeyMaterial includeKeyMaterial)Use this optional parameter to control which key materials associated with this key are listed in the response.
-