Uses of Class
software.amazon.awssdk.services.auditmanager.model.DelegationStatus
-
Packages that use DelegationStatus Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of DelegationStatus in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return DelegationStatus Modifier and Type Method Description static DelegationStatusDelegationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DelegationStatusDelegation. status()The status of the delegation.DelegationStatusDelegationMetadata. status()The current status of the delegation.static DelegationStatusDelegationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DelegationStatus[]DelegationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type DelegationStatus Modifier and Type Method Description static Set<DelegationStatus>DelegationStatus. knownValues()Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type DelegationStatus Modifier and Type Method Description Delegation.BuilderDelegation.Builder. status(DelegationStatus status)The status of the delegation.DelegationMetadata.BuilderDelegationMetadata.Builder. status(DelegationStatus status)The current status of the delegation.
-