| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityProfileSearchCriteria |
SecurityProfileSearchCriteria.clone() |
SecurityProfileSearchCriteria |
SearchSecurityProfilesRequest.getSearchCriteria()
The search criteria to be used to return security profiles.
|
SecurityProfileSearchCriteria |
SecurityProfileSearchCriteria.withAndConditions(Collection<SecurityProfileSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
SecurityProfileSearchCriteria |
SecurityProfileSearchCriteria.withAndConditions(SecurityProfileSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
SecurityProfileSearchCriteria |
SecurityProfileSearchCriteria.withOrConditions(Collection<SecurityProfileSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
SecurityProfileSearchCriteria |
SecurityProfileSearchCriteria.withOrConditions(SecurityProfileSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
SecurityProfileSearchCriteria |
SecurityProfileSearchCriteria.withStringCondition(StringCondition stringCondition) |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityProfileSearchCriteria> |
SecurityProfileSearchCriteria.getAndConditions()
A list of conditions which would be applied together with an AND condition.
|
List<SecurityProfileSearchCriteria> |
SecurityProfileSearchCriteria.getOrConditions()
A list of conditions which would be applied together with an OR condition.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchSecurityProfilesRequest.setSearchCriteria(SecurityProfileSearchCriteria searchCriteria)
The search criteria to be used to return security profiles.
|
SecurityProfileSearchCriteria |
SecurityProfileSearchCriteria.withAndConditions(SecurityProfileSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
SecurityProfileSearchCriteria |
SecurityProfileSearchCriteria.withOrConditions(SecurityProfileSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
SearchSecurityProfilesRequest |
SearchSecurityProfilesRequest.withSearchCriteria(SecurityProfileSearchCriteria searchCriteria)
The search criteria to be used to return security profiles.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityProfileSearchCriteria.setAndConditions(Collection<SecurityProfileSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
void |
SecurityProfileSearchCriteria.setOrConditions(Collection<SecurityProfileSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
SecurityProfileSearchCriteria |
SecurityProfileSearchCriteria.withAndConditions(Collection<SecurityProfileSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
SecurityProfileSearchCriteria |
SecurityProfileSearchCriteria.withOrConditions(Collection<SecurityProfileSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
Copyright © 2023. All rights reserved.