| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless |
AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.
|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListEventConfigurationsResult> |
AWSIoTWirelessAsyncClient.listEventConfigurationsAsync(ListEventConfigurationsRequest request,
AsyncHandler<ListEventConfigurationsRequest,ListEventConfigurationsResult> asyncHandler) |
Future<ListEventConfigurationsResult> |
AbstractAWSIoTWirelessAsync.listEventConfigurationsAsync(ListEventConfigurationsRequest request,
AsyncHandler<ListEventConfigurationsRequest,ListEventConfigurationsResult> asyncHandler) |
Future<ListEventConfigurationsResult> |
AWSIoTWirelessAsync.listEventConfigurationsAsync(ListEventConfigurationsRequest listEventConfigurationsRequest,
AsyncHandler<ListEventConfigurationsRequest,ListEventConfigurationsResult> asyncHandler)
List event configurations where at least one event topic has been enabled.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventConfigurationsRequest |
ListEventConfigurationsRequest.clone() |
ListEventConfigurationsRequest |
ListEventConfigurationsRequest.withMaxResults(Integer maxResults) |
ListEventConfigurationsRequest |
ListEventConfigurationsRequest.withNextToken(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. |
ListEventConfigurationsRequest |
ListEventConfigurationsRequest.withResourceType(EventNotificationResourceType resourceType)
Resource type to filter event configurations.
|
ListEventConfigurationsRequest |
ListEventConfigurationsRequest.withResourceType(String resourceType)
Resource type to filter event configurations.
|
Copyright © 2024. All rights reserved.