| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
static Filter.Builder |
Filter.builder() |
Filter.Builder |
Filter.Builder.name(String name)
The name of the parameter that you want to use to filter objects.
|
Filter.Builder |
Filter.toBuilder() |
Filter.Builder |
Filter.Builder.values(Collection<String> values)
When you're using a
List operation and you want the operation to return a subset of objects,
such as Resolver endpoints or Resolver rules, the value of the parameter that you want to use to filter
objects. |
Filter.Builder |
Filter.Builder.values(String... values)
When you're using a
List operation and you want the operation to return a subset of objects,
such as Resolver endpoints or Resolver rules, the value of the parameter that you want to use to filter
objects. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Filter.Builder> |
Filter.serializableBuilderClass() |
Copyright © 2023. All rights reserved.