Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListDeviceFleetsResponse
-
Packages that use ListDeviceFleetsResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListDeviceFleetsResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListDeviceFleetsResponse Modifier and Type Method Description default ListDeviceFleetsResponseSageMakerClient. listDeviceFleets(Consumer<ListDeviceFleetsRequest.Builder> listDeviceFleetsRequest)Returns a list of devices in the fleet.default ListDeviceFleetsResponseSageMakerClient. listDeviceFleets(ListDeviceFleetsRequest listDeviceFleetsRequest)Returns a list of devices in the fleet.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListDeviceFleetsResponse Modifier and Type Method Description default CompletableFuture<ListDeviceFleetsResponse>SageMakerAsyncClient. listDeviceFleets(Consumer<ListDeviceFleetsRequest.Builder> listDeviceFleetsRequest)Returns a list of devices in the fleet.default CompletableFuture<ListDeviceFleetsResponse>SageMakerAsyncClient. listDeviceFleets(ListDeviceFleetsRequest listDeviceFleetsRequest)Returns a list of devices in the fleet. -
Uses of ListDeviceFleetsResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListDeviceFleetsResponse Modifier and Type Method Description Iterator<ListDeviceFleetsResponse>ListDeviceFleetsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListDeviceFleetsResponse Modifier and Type Method Description voidListDeviceFleetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDeviceFleetsResponse> subscriber)
-