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
-
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()
-