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