| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| 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.andConditions(Consumer<SecurityProfileSearchCriteria.Builder>... andConditions)
A list of conditions which would be applied together with an AND condition.
|
SecurityProfileSearchCriteria.Builder |
SecurityProfileSearchCriteria.Builder.andConditions(SecurityProfileSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
static SecurityProfileSearchCriteria.Builder |
SecurityProfileSearchCriteria.builder() |
SecurityProfileSearchCriteria.Builder |
SecurityProfileSearchCriteria.Builder.orConditions(Collection<SecurityProfileSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
SecurityProfileSearchCriteria.Builder |
SecurityProfileSearchCriteria.Builder.orConditions(Consumer<SecurityProfileSearchCriteria.Builder>... orConditions)
A list of conditions which would be applied together with an OR condition.
|
SecurityProfileSearchCriteria.Builder |
SecurityProfileSearchCriteria.Builder.orConditions(SecurityProfileSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
default SecurityProfileSearchCriteria.Builder |
SecurityProfileSearchCriteria.Builder.stringCondition(Consumer<StringCondition.Builder> stringCondition)
Sets the value of the StringCondition property for this object.
|
SecurityProfileSearchCriteria.Builder |
SecurityProfileSearchCriteria.Builder.stringCondition(StringCondition stringCondition)
Sets the value of the StringCondition property for this object.
|
SecurityProfileSearchCriteria.Builder |
SecurityProfileSearchCriteria.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SecurityProfileSearchCriteria.Builder> |
SecurityProfileSearchCriteria.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SearchSecurityProfilesRequest.Builder |
SearchSecurityProfilesRequest.Builder.searchCriteria(Consumer<SecurityProfileSearchCriteria.Builder> searchCriteria)
The search criteria to be used to return security profiles.
|
Copyright © 2022. All rights reserved.