Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.TaskStatus
-
Packages that use TaskStatus Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of TaskStatus in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return TaskStatus Modifier and Type Method Description static TaskStatusTaskStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TaskStatusListEngagementByAcceptingInvitationTaskSummary. taskStatus()Status of the task.TaskStatusListEngagementFromOpportunityTaskSummary. taskStatus()The current status of the task.TaskStatusStartEngagementByAcceptingInvitationTaskResponse. taskStatus()Indicates the current status of the task.TaskStatusStartEngagementFromOpportunityTaskResponse. taskStatus()Indicates the current status of the task.static TaskStatusTaskStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskStatus[]TaskStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type TaskStatus Modifier and Type Method Description static Set<TaskStatus>TaskStatus. knownValues()List<TaskStatus>ListEngagementByAcceptingInvitationTasksRequest. taskStatus()Filters the tasks based on their current status.List<TaskStatus>ListEngagementFromOpportunityTasksRequest. taskStatus()Filters the tasks based on their current status.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type TaskStatus Modifier and Type Method Description ListEngagementByAcceptingInvitationTasksRequest.BuilderListEngagementByAcceptingInvitationTasksRequest.Builder. taskStatus(TaskStatus... taskStatus)Filters the tasks based on their current status.ListEngagementByAcceptingInvitationTaskSummary.BuilderListEngagementByAcceptingInvitationTaskSummary.Builder. taskStatus(TaskStatus taskStatus)Status of the task.ListEngagementFromOpportunityTasksRequest.BuilderListEngagementFromOpportunityTasksRequest.Builder. taskStatus(TaskStatus... taskStatus)Filters the tasks based on their current status.ListEngagementFromOpportunityTaskSummary.BuilderListEngagementFromOpportunityTaskSummary.Builder. taskStatus(TaskStatus taskStatus)The current status of the task.StartEngagementByAcceptingInvitationTaskResponse.BuilderStartEngagementByAcceptingInvitationTaskResponse.Builder. taskStatus(TaskStatus taskStatus)Indicates the current status of the task.StartEngagementFromOpportunityTaskResponse.BuilderStartEngagementFromOpportunityTaskResponse.Builder. taskStatus(TaskStatus taskStatus)Indicates the current status of the task.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type TaskStatus Modifier and Type Method Description ListEngagementByAcceptingInvitationTasksRequest.BuilderListEngagementByAcceptingInvitationTasksRequest.Builder. taskStatus(Collection<TaskStatus> taskStatus)Filters the tasks based on their current status.ListEngagementFromOpportunityTasksRequest.BuilderListEngagementFromOpportunityTasksRequest.Builder. taskStatus(Collection<TaskStatus> taskStatus)Filters the tasks based on their current status.
-