Uses of Interface
software.amazon.awssdk.services.snowdevicemanagement.model.ListDevicesRequest.Builder
-
Packages that use ListDevicesRequest.Builder Package Description software.amazon.awssdk.services.snowdevicemanagement Amazon Web Services Snow Device Management documentation.software.amazon.awssdk.services.snowdevicemanagement.model -
-
Uses of ListDevicesRequest.Builder in software.amazon.awssdk.services.snowdevicemanagement
Method parameters in software.amazon.awssdk.services.snowdevicemanagement with type arguments of type ListDevicesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDevicesResponse>SnowDeviceManagementAsyncClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Returns a list of all devices on your Amazon Web Services account that have Amazon Web Services Snow Device Management enabled in the Amazon Web Services Region where the command is run.default ListDevicesResponseSnowDeviceManagementClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Returns a list of all devices on your Amazon Web Services account that have Amazon Web Services Snow Device Management enabled in the Amazon Web Services Region where the command is run.default ListDevicesPublisherSnowDeviceManagementAsyncClient. listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest)This is a variant ofSnowDeviceManagementAsyncClient.listDevices(software.amazon.awssdk.services.snowdevicemanagement.model.ListDevicesRequest)operation.default ListDevicesIterableSnowDeviceManagementClient. listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest)This is a variant ofSnowDeviceManagementClient.listDevices(software.amazon.awssdk.services.snowdevicemanagement.model.ListDevicesRequest)operation. -
Uses of ListDevicesRequest.Builder in software.amazon.awssdk.services.snowdevicemanagement.model
Methods in software.amazon.awssdk.services.snowdevicemanagement.model that return ListDevicesRequest.Builder Modifier and Type Method Description static ListDevicesRequest.BuilderListDevicesRequest. builder()ListDevicesRequest.BuilderListDevicesRequest.Builder. jobId(String jobId)The ID of the job used to order the device.ListDevicesRequest.BuilderListDevicesRequest.Builder. maxResults(Integer maxResults)The maximum number of devices to list per page.ListDevicesRequest.BuilderListDevicesRequest.Builder. nextToken(String nextToken)A pagination token to continue to the next page 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.snowdevicemanagement.model that return types with arguments of type ListDevicesRequest.Builder Modifier and Type Method Description static Class<? extends ListDevicesRequest.Builder>ListDevicesRequest. serializableBuilderClass()
-