Uses of Interface
software.amazon.awssdk.services.iot1clickdevices.model.ListDevicesRequest.Builder
-
Packages that use ListDevicesRequest.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 ListDevicesRequest.Builder in software.amazon.awssdk.services.iot1clickdevices
Method parameters in software.amazon.awssdk.services.iot1clickdevices with type arguments of type ListDevicesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDevicesResponse>Iot1ClickDevicesAsyncClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Lists the 1-Click compatible devices associated with your AWS account.default ListDevicesResponseIot1ClickDevicesClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Lists the 1-Click compatible devices associated with your AWS account. -
Uses of ListDevicesRequest.Builder in software.amazon.awssdk.services.iot1clickdevices.model
Methods in software.amazon.awssdk.services.iot1clickdevices.model that return ListDevicesRequest.Builder Modifier and Type Method Description static ListDevicesRequest.BuilderListDevicesRequest. builder()ListDevicesRequest.BuilderListDevicesRequest.Builder. deviceType(String deviceType)The type of the device, such as "button".ListDevicesRequest.BuilderListDevicesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return per request.ListDevicesRequest.BuilderListDevicesRequest.Builder. nextToken(String nextToken)The token to retrieve the next set of results.ListDevicesRequest.BuilderListDevicesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDevicesRequest.BuilderListDevicesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDevicesRequest.BuilderListDevicesRequest. toBuilder()Methods in software.amazon.awssdk.services.iot1clickdevices.model that return types with arguments of type ListDevicesRequest.Builder Modifier and Type Method Description static Class<? extends ListDevicesRequest.Builder>ListDevicesRequest. serializableBuilderClass()
-