Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListNotebookInstancesResponse
-
Packages that use ListNotebookInstancesResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListNotebookInstancesResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListNotebookInstancesResponse Modifier and Type Method Description default ListNotebookInstancesResponseSageMakerClient. listNotebookInstances()Returns a list of the SageMaker AI notebook instances in the requester's account in an Amazon Web Services Region.default ListNotebookInstancesResponseSageMakerClient. listNotebookInstances(Consumer<ListNotebookInstancesRequest.Builder> listNotebookInstancesRequest)Returns a list of the SageMaker AI notebook instances in the requester's account in an Amazon Web Services Region.default ListNotebookInstancesResponseSageMakerClient. listNotebookInstances(ListNotebookInstancesRequest listNotebookInstancesRequest)Returns a list of the SageMaker AI notebook instances in the requester's account in an Amazon Web Services Region.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListNotebookInstancesResponse Modifier and Type Method Description default CompletableFuture<ListNotebookInstancesResponse>SageMakerAsyncClient. listNotebookInstances()Returns a list of the SageMaker AI notebook instances in the requester's account in an Amazon Web Services Region.default CompletableFuture<ListNotebookInstancesResponse>SageMakerAsyncClient. listNotebookInstances(Consumer<ListNotebookInstancesRequest.Builder> listNotebookInstancesRequest)Returns a list of the SageMaker AI notebook instances in the requester's account in an Amazon Web Services Region.default CompletableFuture<ListNotebookInstancesResponse>SageMakerAsyncClient. listNotebookInstances(ListNotebookInstancesRequest listNotebookInstancesRequest)Returns a list of the SageMaker AI notebook instances in the requester's account in an Amazon Web Services Region. -
Uses of ListNotebookInstancesResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListNotebookInstancesResponse Modifier and Type Method Description Iterator<ListNotebookInstancesResponse>ListNotebookInstancesIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListNotebookInstancesResponse Modifier and Type Method Description voidListNotebookInstancesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListNotebookInstancesResponse> subscriber)
-