Uses of Class
software.amazon.awssdk.services.xray.model.EncryptionStatus
-
Packages that use EncryptionStatus Package Description software.amazon.awssdk.services.xray.model -
-
Uses of EncryptionStatus in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return EncryptionStatus Modifier and Type Method Description static EncryptionStatusEncryptionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EncryptionStatusEncryptionConfig. status()The encryption status.static EncryptionStatusEncryptionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EncryptionStatus[]EncryptionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type EncryptionStatus Modifier and Type Method Description static Set<EncryptionStatus>EncryptionStatus. knownValues()Methods in software.amazon.awssdk.services.xray.model with parameters of type EncryptionStatus Modifier and Type Method Description EncryptionConfig.BuilderEncryptionConfig.Builder. status(EncryptionStatus status)The encryption status.
-