Uses of Interface
software.amazon.awssdk.services.iot1clickdevices.model.GetDeviceMethodsRequest.Builder
-
Packages that use GetDeviceMethodsRequest.Builder Package Description software.amazon.awssdk.services.iot1clickdevices Describes all of the AWS IoT 1-Click device-related API operations for the service.software.amazon.awssdk.services.iot1clickdevices.model -
-
Uses of GetDeviceMethodsRequest.Builder in software.amazon.awssdk.services.iot1clickdevices
Method parameters in software.amazon.awssdk.services.iot1clickdevices with type arguments of type GetDeviceMethodsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeviceMethodsResponse>Iot1ClickDevicesAsyncClient. getDeviceMethods(Consumer<GetDeviceMethodsRequest.Builder> getDeviceMethodsRequest)Given a device ID, returns the invokable methods associated with the device.default GetDeviceMethodsResponseIot1ClickDevicesClient. getDeviceMethods(Consumer<GetDeviceMethodsRequest.Builder> getDeviceMethodsRequest)Given a device ID, returns the invokable methods associated with the device. -
Uses of GetDeviceMethodsRequest.Builder in software.amazon.awssdk.services.iot1clickdevices.model
Methods in software.amazon.awssdk.services.iot1clickdevices.model that return GetDeviceMethodsRequest.Builder Modifier and Type Method Description static GetDeviceMethodsRequest.BuilderGetDeviceMethodsRequest. builder()GetDeviceMethodsRequest.BuilderGetDeviceMethodsRequest.Builder. deviceId(String deviceId)The unique identifier of the device.GetDeviceMethodsRequest.BuilderGetDeviceMethodsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeviceMethodsRequest.BuilderGetDeviceMethodsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeviceMethodsRequest.BuilderGetDeviceMethodsRequest. toBuilder()Methods in software.amazon.awssdk.services.iot1clickdevices.model that return types with arguments of type GetDeviceMethodsRequest.Builder Modifier and Type Method Description static Class<? extends GetDeviceMethodsRequest.Builder>GetDeviceMethodsRequest. serializableBuilderClass()
-