Uses of Class
software.amazon.awssdk.services.connect.model.InitiateAs
-
Packages that use InitiateAs Package Description software.amazon.awssdk.services.connect.model -
-
Uses of InitiateAs in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return InitiateAs Modifier and Type Method Description static InitiateAsInitiateAs. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InitiateAsCreateContactRequest. initiateAs()Initial state of the contact when it's createdstatic InitiateAsInitiateAs. valueOf(String name)Returns the enum constant of this type with the specified name.static InitiateAs[]InitiateAs. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type InitiateAs Modifier and Type Method Description static Set<InitiateAs>InitiateAs. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type InitiateAs Modifier and Type Method Description CreateContactRequest.BuilderCreateContactRequest.Builder. initiateAs(InitiateAs initiateAs)Initial state of the contact when it's created
-