Uses of Class
software.amazon.awssdk.services.connectcontactlens.model.PostContactSummaryStatus
-
Packages that use PostContactSummaryStatus Package Description software.amazon.awssdk.services.connectcontactlens.model -
-
Uses of PostContactSummaryStatus in software.amazon.awssdk.services.connectcontactlens.model
Methods in software.amazon.awssdk.services.connectcontactlens.model that return PostContactSummaryStatus Modifier and Type Method Description static PostContactSummaryStatusPostContactSummaryStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PostContactSummaryStatusPostContactSummary. status()Whether the summary was successfully COMPLETED or FAILED to be generated.static PostContactSummaryStatusPostContactSummaryStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PostContactSummaryStatus[]PostContactSummaryStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connectcontactlens.model that return types with arguments of type PostContactSummaryStatus Modifier and Type Method Description static Set<PostContactSummaryStatus>PostContactSummaryStatus. knownValues()Methods in software.amazon.awssdk.services.connectcontactlens.model with parameters of type PostContactSummaryStatus Modifier and Type Method Description PostContactSummary.BuilderPostContactSummary.Builder. status(PostContactSummaryStatus status)Whether the summary was successfully COMPLETED or FAILED to be generated.
-