| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<SlotFilter> |
ListSlotsRequest.filters()
Provides the specification of a filter used to limit the slots in the response to only those that match the
filter specification.
|
| Modifier and Type | Method and Description |
|---|---|
ListSlotsRequest.Builder |
ListSlotsRequest.Builder.filters(SlotFilter... filters)
Provides the specification of a filter used to limit the slots in the response to only those that match the
filter specification.
|
| Modifier and Type | Method and Description |
|---|---|
ListSlotsRequest.Builder |
ListSlotsRequest.Builder.filters(Collection<SlotFilter> filters)
Provides the specification of a filter used to limit the slots in the response to only those that match the
filter specification.
|
Copyright © 2021. All rights reserved.