Uses of Class
software.amazon.awssdk.services.snowdevicemanagement.model.ListExecutionsResponse
-
Packages that use ListExecutionsResponse Package Description software.amazon.awssdk.services.snowdevicemanagement Amazon Web Services Snow Device Management documentation.software.amazon.awssdk.services.snowdevicemanagement.paginators -
-
Uses of ListExecutionsResponse in software.amazon.awssdk.services.snowdevicemanagement
Methods in software.amazon.awssdk.services.snowdevicemanagement that return ListExecutionsResponse Modifier and Type Method Description default ListExecutionsResponseSnowDeviceManagementClient. listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)Returns the status of tasks for one or more target devices.default ListExecutionsResponseSnowDeviceManagementClient. listExecutions(ListExecutionsRequest listExecutionsRequest)Returns the status of tasks for one or more target devices.Methods in software.amazon.awssdk.services.snowdevicemanagement that return types with arguments of type ListExecutionsResponse Modifier and Type Method Description default CompletableFuture<ListExecutionsResponse>SnowDeviceManagementAsyncClient. listExecutions(Consumer<ListExecutionsRequest.Builder> listExecutionsRequest)Returns the status of tasks for one or more target devices.default CompletableFuture<ListExecutionsResponse>SnowDeviceManagementAsyncClient. listExecutions(ListExecutionsRequest listExecutionsRequest)Returns the status of tasks for one or more target devices. -
Uses of ListExecutionsResponse in software.amazon.awssdk.services.snowdevicemanagement.paginators
Methods in software.amazon.awssdk.services.snowdevicemanagement.paginators that return types with arguments of type ListExecutionsResponse Modifier and Type Method Description Iterator<ListExecutionsResponse>ListExecutionsIterable. iterator()Method parameters in software.amazon.awssdk.services.snowdevicemanagement.paginators with type arguments of type ListExecutionsResponse Modifier and Type Method Description voidListExecutionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListExecutionsResponse> subscriber)
-