Uses of Class
software.amazon.awssdk.services.snowdevicemanagement.model.ListDeviceResourcesResponse
-
Packages that use ListDeviceResourcesResponse Package Description software.amazon.awssdk.services.snowdevicemanagement Amazon Web Services Snow Device Management documentation.software.amazon.awssdk.services.snowdevicemanagement.paginators -
-
Uses of ListDeviceResourcesResponse in software.amazon.awssdk.services.snowdevicemanagement
Methods in software.amazon.awssdk.services.snowdevicemanagement that return ListDeviceResourcesResponse Modifier and Type Method Description default ListDeviceResourcesResponseSnowDeviceManagementClient. listDeviceResources(Consumer<ListDeviceResourcesRequest.Builder> listDeviceResourcesRequest)Returns a list of the Amazon Web Services resources available for a device.default ListDeviceResourcesResponseSnowDeviceManagementClient. listDeviceResources(ListDeviceResourcesRequest listDeviceResourcesRequest)Returns a list of the Amazon Web Services resources available for a device.Methods in software.amazon.awssdk.services.snowdevicemanagement that return types with arguments of type ListDeviceResourcesResponse Modifier and Type Method Description default CompletableFuture<ListDeviceResourcesResponse>SnowDeviceManagementAsyncClient. listDeviceResources(Consumer<ListDeviceResourcesRequest.Builder> listDeviceResourcesRequest)Returns a list of the Amazon Web Services resources available for a device.default CompletableFuture<ListDeviceResourcesResponse>SnowDeviceManagementAsyncClient. listDeviceResources(ListDeviceResourcesRequest listDeviceResourcesRequest)Returns a list of the Amazon Web Services resources available for a device. -
Uses of ListDeviceResourcesResponse in software.amazon.awssdk.services.snowdevicemanagement.paginators
Methods in software.amazon.awssdk.services.snowdevicemanagement.paginators that return types with arguments of type ListDeviceResourcesResponse Modifier and Type Method Description Iterator<ListDeviceResourcesResponse>ListDeviceResourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.snowdevicemanagement.paginators with type arguments of type ListDeviceResourcesResponse Modifier and Type Method Description voidListDeviceResourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDeviceResourcesResponse> subscriber)
-