| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
AgentStatusSearchCriteria |
AgentStatusSearchCriteria.clone() |
AgentStatusSearchCriteria |
SearchAgentStatusesRequest.getSearchCriteria()
The search criteria to be used to return agent statuses.
|
AgentStatusSearchCriteria |
AgentStatusSearchCriteria.withAndConditions(AgentStatusSearchCriteria... andConditions)
A leaf node condition which can be used to specify a string condition.
|
AgentStatusSearchCriteria |
AgentStatusSearchCriteria.withAndConditions(Collection<AgentStatusSearchCriteria> andConditions)
A leaf node condition which can be used to specify a string condition.
|
AgentStatusSearchCriteria |
AgentStatusSearchCriteria.withOrConditions(AgentStatusSearchCriteria... orConditions)
A list of conditions which would be applied together with an
OR condition. |
AgentStatusSearchCriteria |
AgentStatusSearchCriteria.withOrConditions(Collection<AgentStatusSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
AgentStatusSearchCriteria |
AgentStatusSearchCriteria.withStringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<AgentStatusSearchCriteria> |
AgentStatusSearchCriteria.getAndConditions()
A leaf node condition which can be used to specify a string condition.
|
List<AgentStatusSearchCriteria> |
AgentStatusSearchCriteria.getOrConditions()
A list of conditions which would be applied together with an
OR condition. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchAgentStatusesRequest.setSearchCriteria(AgentStatusSearchCriteria searchCriteria)
The search criteria to be used to return agent statuses.
|
AgentStatusSearchCriteria |
AgentStatusSearchCriteria.withAndConditions(AgentStatusSearchCriteria... andConditions)
A leaf node condition which can be used to specify a string condition.
|
AgentStatusSearchCriteria |
AgentStatusSearchCriteria.withOrConditions(AgentStatusSearchCriteria... orConditions)
A list of conditions which would be applied together with an
OR condition. |
SearchAgentStatusesRequest |
SearchAgentStatusesRequest.withSearchCriteria(AgentStatusSearchCriteria searchCriteria)
The search criteria to be used to return agent statuses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AgentStatusSearchCriteria.setAndConditions(Collection<AgentStatusSearchCriteria> andConditions)
A leaf node condition which can be used to specify a string condition.
|
void |
AgentStatusSearchCriteria.setOrConditions(Collection<AgentStatusSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
AgentStatusSearchCriteria |
AgentStatusSearchCriteria.withAndConditions(Collection<AgentStatusSearchCriteria> andConditions)
A leaf node condition which can be used to specify a string condition.
|
AgentStatusSearchCriteria |
AgentStatusSearchCriteria.withOrConditions(Collection<AgentStatusSearchCriteria> orConditions)
A list of conditions which would be applied together with an
OR condition. |
Copyright © 2024. All rights reserved.