| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
QuickConnectSearchCriteria |
SearchQuickConnectsRequest.searchCriteria()
The search criteria to be used to return quick connects.
|
| Modifier and Type | Method and Description |
|---|---|
List<QuickConnectSearchCriteria> |
QuickConnectSearchCriteria.andConditions()
A list of conditions which would be applied together with an AND condition.
|
List<QuickConnectSearchCriteria> |
QuickConnectSearchCriteria.orConditions()
A list of conditions which would be applied together with an OR condition.
|
| Modifier and Type | Method and Description |
|---|---|
QuickConnectSearchCriteria.Builder |
QuickConnectSearchCriteria.Builder.andConditions(QuickConnectSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
QuickConnectSearchCriteria.Builder |
QuickConnectSearchCriteria.Builder.orConditions(QuickConnectSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
SearchQuickConnectsRequest.Builder |
SearchQuickConnectsRequest.Builder.searchCriteria(QuickConnectSearchCriteria searchCriteria)
The search criteria to be used to return quick connects.
|
| Modifier and Type | Method and Description |
|---|---|
QuickConnectSearchCriteria.Builder |
QuickConnectSearchCriteria.Builder.andConditions(Collection<QuickConnectSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
QuickConnectSearchCriteria.Builder |
QuickConnectSearchCriteria.Builder.orConditions(Collection<QuickConnectSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
Copyright © 2023. All rights reserved.