Uses of Class
software.amazon.awssdk.services.billingconductor.model.AssociateResourceErrorReason
-
Packages that use AssociateResourceErrorReason Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of AssociateResourceErrorReason in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return AssociateResourceErrorReason Modifier and Type Method Description static AssociateResourceErrorReasonAssociateResourceErrorReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AssociateResourceErrorReasonAssociateResourceError. reason()A static error code that's used to classify the type of failure.static AssociateResourceErrorReasonAssociateResourceErrorReason. valueOf(String name)Returns the enum constant of this type with the specified name.static AssociateResourceErrorReason[]AssociateResourceErrorReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type AssociateResourceErrorReason Modifier and Type Method Description static Set<AssociateResourceErrorReason>AssociateResourceErrorReason. knownValues()Methods in software.amazon.awssdk.services.billingconductor.model with parameters of type AssociateResourceErrorReason Modifier and Type Method Description AssociateResourceError.BuilderAssociateResourceError.Builder. reason(AssociateResourceErrorReason reason)A static error code that's used to classify the type of failure.
-