Uses of Class
software.amazon.awssdk.services.connect.model.RehydrationType
-
Packages that use RehydrationType Package Description software.amazon.awssdk.services.connect.model -
-
Uses of RehydrationType in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return RehydrationType Modifier and Type Method Description static RehydrationTypeRehydrationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RehydrationTypeCreatePersistentContactAssociationRequest. rehydrationType()The contactId chosen for rehydration depends on the type chosen.RehydrationTypePersistentChat. rehydrationType()The contactId that is used for rehydration depends on the rehydration type.static RehydrationTypeRehydrationType. valueOf(String name)Returns the enum constant of this type with the specified name.static RehydrationType[]RehydrationType. 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 RehydrationType Modifier and Type Method Description static Set<RehydrationType>RehydrationType. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type RehydrationType Modifier and Type Method Description CreatePersistentContactAssociationRequest.BuilderCreatePersistentContactAssociationRequest.Builder. rehydrationType(RehydrationType rehydrationType)The contactId chosen for rehydration depends on the type chosen.PersistentChat.BuilderPersistentChat.Builder. rehydrationType(RehydrationType rehydrationType)The contactId that is used for rehydration depends on the rehydration type.
-