Uses of Interface
software.amazon.awssdk.services.greengrassv2.model.ListClientDevicesAssociatedWithCoreDeviceRequest.Builder
-
Packages that use ListClientDevicesAssociatedWithCoreDeviceRequest.Builder 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 -
-
Uses of ListClientDevicesAssociatedWithCoreDeviceRequest.Builder in software.amazon.awssdk.services.greengrassv2
Method parameters in software.amazon.awssdk.services.greengrassv2 with type arguments of type ListClientDevicesAssociatedWithCoreDeviceRequest.Builder Modifier and Type Method Description default CompletableFuture<ListClientDevicesAssociatedWithCoreDeviceResponse>GreengrassV2AsyncClient. listClientDevicesAssociatedWithCoreDevice(Consumer<ListClientDevicesAssociatedWithCoreDeviceRequest.Builder> listClientDevicesAssociatedWithCoreDeviceRequest)Retrieves a paginated list of client devices that are associated with a core device.default ListClientDevicesAssociatedWithCoreDeviceResponseGreengrassV2Client. listClientDevicesAssociatedWithCoreDevice(Consumer<ListClientDevicesAssociatedWithCoreDeviceRequest.Builder> listClientDevicesAssociatedWithCoreDeviceRequest)Retrieves a paginated list of client devices that are associated with a core device.default ListClientDevicesAssociatedWithCoreDevicePublisherGreengrassV2AsyncClient. listClientDevicesAssociatedWithCoreDevicePaginator(Consumer<ListClientDevicesAssociatedWithCoreDeviceRequest.Builder> listClientDevicesAssociatedWithCoreDeviceRequest)Retrieves a paginated list of client devices that are associated with a core device.default ListClientDevicesAssociatedWithCoreDeviceIterableGreengrassV2Client. listClientDevicesAssociatedWithCoreDevicePaginator(Consumer<ListClientDevicesAssociatedWithCoreDeviceRequest.Builder> listClientDevicesAssociatedWithCoreDeviceRequest)Retrieves a paginated list of client devices that are associated with a core device. -
Uses of ListClientDevicesAssociatedWithCoreDeviceRequest.Builder in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return ListClientDevicesAssociatedWithCoreDeviceRequest.Builder Modifier and Type Method Description static ListClientDevicesAssociatedWithCoreDeviceRequest.BuilderListClientDevicesAssociatedWithCoreDeviceRequest. builder()ListClientDevicesAssociatedWithCoreDeviceRequest.BuilderListClientDevicesAssociatedWithCoreDeviceRequest.Builder. coreDeviceThingName(String coreDeviceThingName)The name of the core device.ListClientDevicesAssociatedWithCoreDeviceRequest.BuilderListClientDevicesAssociatedWithCoreDeviceRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned per paginated request.ListClientDevicesAssociatedWithCoreDeviceRequest.BuilderListClientDevicesAssociatedWithCoreDeviceRequest.Builder. nextToken(String nextToken)The token to be used for the next set of paginated results.ListClientDevicesAssociatedWithCoreDeviceRequest.BuilderListClientDevicesAssociatedWithCoreDeviceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListClientDevicesAssociatedWithCoreDeviceRequest.BuilderListClientDevicesAssociatedWithCoreDeviceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListClientDevicesAssociatedWithCoreDeviceRequest.BuilderListClientDevicesAssociatedWithCoreDeviceRequest. toBuilder()Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type ListClientDevicesAssociatedWithCoreDeviceRequest.Builder Modifier and Type Method Description static Class<? extends ListClientDevicesAssociatedWithCoreDeviceRequest.Builder>ListClientDevicesAssociatedWithCoreDeviceRequest. serializableBuilderClass()
-