Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListDevicesResponse
-
Packages that use ListDevicesResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListDevicesResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListDevicesResponse Modifier and Type Method Description default ListDevicesResponseSageMakerClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)A list of devices.default ListDevicesResponseSageMakerClient. listDevices(ListDevicesRequest listDevicesRequest)A list of devices.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListDevicesResponse Modifier and Type Method Description default CompletableFuture<ListDevicesResponse>SageMakerAsyncClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)A list of devices.default CompletableFuture<ListDevicesResponse>SageMakerAsyncClient. listDevices(ListDevicesRequest listDevicesRequest)A list of devices. -
Uses of ListDevicesResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListDevicesResponse Modifier and Type Method Description Iterator<ListDevicesResponse>ListDevicesIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListDevicesResponse Modifier and Type Method Description voidListDevicesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDevicesResponse> subscriber)
-