| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
static ListEventConfigurationsResponse.Builder |
ListEventConfigurationsResponse.builder() |
ListEventConfigurationsResponse.Builder |
ListEventConfigurationsResponse.Builder.eventConfigurationsList(Collection<EventConfigurationItem> eventConfigurationsList)
Event configurations of all events for a single resource.
|
ListEventConfigurationsResponse.Builder |
ListEventConfigurationsResponse.Builder.eventConfigurationsList(Consumer<EventConfigurationItem.Builder>... eventConfigurationsList)
Event configurations of all events for a single resource.
|
ListEventConfigurationsResponse.Builder |
ListEventConfigurationsResponse.Builder.eventConfigurationsList(EventConfigurationItem... eventConfigurationsList)
Event configurations of all events for a single resource.
|
ListEventConfigurationsResponse.Builder |
ListEventConfigurationsResponse.Builder.nextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
ListEventConfigurationsResponse.Builder |
ListEventConfigurationsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListEventConfigurationsResponse.Builder> |
ListEventConfigurationsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.