Uses of Interface
software.amazon.awssdk.services.panorama.model.ListDevicesRequest.Builder
-
Packages that use ListDevicesRequest.Builder Package Description software.amazon.awssdk.services.panorama AWS Panorama software.amazon.awssdk.services.panorama.model -
-
Uses of ListDevicesRequest.Builder in software.amazon.awssdk.services.panorama
Method parameters in software.amazon.awssdk.services.panorama with type arguments of type ListDevicesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDevicesResponse>PanoramaAsyncClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Returns a list of devices.default ListDevicesResponsePanoramaClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Returns a list of devices.default ListDevicesPublisherPanoramaAsyncClient. listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest)This is a variant ofPanoramaAsyncClient.listDevices(software.amazon.awssdk.services.panorama.model.ListDevicesRequest)operation.default ListDevicesIterablePanoramaClient. listDevicesPaginator(Consumer<ListDevicesRequest.Builder> listDevicesRequest)This is a variant ofPanoramaClient.listDevices(software.amazon.awssdk.services.panorama.model.ListDevicesRequest)operation. -
Uses of ListDevicesRequest.Builder in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return ListDevicesRequest.Builder Modifier and Type Method Description static ListDevicesRequest.BuilderListDevicesRequest. builder()ListDevicesRequest.BuilderListDevicesRequest.Builder. deviceAggregatedStatusFilter(String deviceAggregatedStatusFilter)Filter based on a device's status.ListDevicesRequest.BuilderListDevicesRequest.Builder. deviceAggregatedStatusFilter(DeviceAggregatedStatus deviceAggregatedStatusFilter)Filter based on a device's status.ListDevicesRequest.BuilderListDevicesRequest.Builder. maxResults(Integer maxResults)The maximum number of devices to return in one page of results.ListDevicesRequest.BuilderListDevicesRequest.Builder. nameFilter(String nameFilter)Filter based on device's name.ListDevicesRequest.BuilderListDevicesRequest.Builder. nextToken(String nextToken)Specify the pagination token from a previous request to retrieve the next page of results.ListDevicesRequest.BuilderListDevicesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDevicesRequest.BuilderListDevicesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDevicesRequest.BuilderListDevicesRequest.Builder. sortBy(String sortBy)The target column to be sorted on.ListDevicesRequest.BuilderListDevicesRequest.Builder. sortBy(ListDevicesSortBy sortBy)The target column to be sorted on.ListDevicesRequest.BuilderListDevicesRequest.Builder. sortOrder(String sortOrder)The sorting order for the returned list.ListDevicesRequest.BuilderListDevicesRequest.Builder. sortOrder(SortOrder sortOrder)The sorting order for the returned list.ListDevicesRequest.BuilderListDevicesRequest. toBuilder()Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type ListDevicesRequest.Builder Modifier and Type Method Description static Class<? extends ListDevicesRequest.Builder>ListDevicesRequest. serializableBuilderClass()
-