| Package | Description |
|---|---|
| com.amazonaws.services.transcribe.model |
| Modifier and Type | Method and Description |
|---|---|
static CallAnalyticsJobStatus |
CallAnalyticsJobStatus.fromValue(String value)
Use this in place of valueOf.
|
static CallAnalyticsJobStatus |
CallAnalyticsJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallAnalyticsJobStatus[] |
CallAnalyticsJobStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CallAnalyticsJobSummary |
CallAnalyticsJobSummary.withCallAnalyticsJobStatus(CallAnalyticsJobStatus callAnalyticsJobStatus)
Provides the status of your Call Analytics job.
|
CallAnalyticsJob |
CallAnalyticsJob.withCallAnalyticsJobStatus(CallAnalyticsJobStatus callAnalyticsJobStatus)
Provides the status of the specified Call Analytics job.
|
ListCallAnalyticsJobsRequest |
ListCallAnalyticsJobsRequest.withStatus(CallAnalyticsJobStatus status)
Returns only Call Analytics jobs with the specified status.
|
ListCallAnalyticsJobsResult |
ListCallAnalyticsJobsResult.withStatus(CallAnalyticsJobStatus status)
Lists all Call Analytics jobs that have the status specified in your request.
|
Copyright © 2024. All rights reserved.