| Package | Description |
|---|---|
| software.amazon.awssdk.services.greengrassv2 |
IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices.
|
| software.amazon.awssdk.services.greengrassv2.model |
| Modifier and Type | Method and Description |
|---|---|
default ListClientDevicesAssociatedWithCoreDeviceResponse |
GreengrassV2Client.listClientDevicesAssociatedWithCoreDevice(Consumer<ListClientDevicesAssociatedWithCoreDeviceRequest.Builder> listClientDevicesAssociatedWithCoreDeviceRequest)
Retrieves a paginated list of client devices that are associated with a core device.
|
default CompletableFuture<ListClientDevicesAssociatedWithCoreDeviceResponse> |
GreengrassV2AsyncClient.listClientDevicesAssociatedWithCoreDevice(Consumer<ListClientDevicesAssociatedWithCoreDeviceRequest.Builder> listClientDevicesAssociatedWithCoreDeviceRequest)
Retrieves a paginated list of client devices that are associated with a core device.
|
default ListClientDevicesAssociatedWithCoreDeviceIterable |
GreengrassV2Client.listClientDevicesAssociatedWithCoreDevicePaginator(Consumer<ListClientDevicesAssociatedWithCoreDeviceRequest.Builder> listClientDevicesAssociatedWithCoreDeviceRequest)
Retrieves a paginated list of client devices that are associated with a core device.
|
default ListClientDevicesAssociatedWithCoreDevicePublisher |
GreengrassV2AsyncClient.listClientDevicesAssociatedWithCoreDevicePaginator(Consumer<ListClientDevicesAssociatedWithCoreDeviceRequest.Builder> listClientDevicesAssociatedWithCoreDeviceRequest)
Retrieves a paginated list of client devices that are associated with a core device.
|
| Modifier and Type | Method and Description |
|---|---|
static ListClientDevicesAssociatedWithCoreDeviceRequest.Builder |
ListClientDevicesAssociatedWithCoreDeviceRequest.builder() |
ListClientDevicesAssociatedWithCoreDeviceRequest.Builder |
ListClientDevicesAssociatedWithCoreDeviceRequest.Builder.coreDeviceThingName(String coreDeviceThingName)
The name of the core device.
|
ListClientDevicesAssociatedWithCoreDeviceRequest.Builder |
ListClientDevicesAssociatedWithCoreDeviceRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListClientDevicesAssociatedWithCoreDeviceRequest.Builder |
ListClientDevicesAssociatedWithCoreDeviceRequest.Builder.nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListClientDevicesAssociatedWithCoreDeviceRequest.Builder |
ListClientDevicesAssociatedWithCoreDeviceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListClientDevicesAssociatedWithCoreDeviceRequest.Builder |
ListClientDevicesAssociatedWithCoreDeviceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListClientDevicesAssociatedWithCoreDeviceRequest.Builder |
ListClientDevicesAssociatedWithCoreDeviceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListClientDevicesAssociatedWithCoreDeviceRequest.Builder> |
ListClientDevicesAssociatedWithCoreDeviceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.