Uses of Class
software.amazon.awssdk.services.sagemaker.paginators.ListNotebookInstancesPublisher
-
Packages that use ListNotebookInstancesPublisher Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of ListNotebookInstancesPublisher in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListNotebookInstancesPublisher Modifier and Type Method Description default ListNotebookInstancesPublisherSageMakerAsyncClient. listNotebookInstancesPaginator()Returns a list of the SageMaker notebook instances in the requester's account in an Amazon Web Services Region.default ListNotebookInstancesPublisherSageMakerAsyncClient. listNotebookInstancesPaginator(Consumer<ListNotebookInstancesRequest.Builder> listNotebookInstancesRequest)Returns a list of the SageMaker notebook instances in the requester's account in an Amazon Web Services Region.default ListNotebookInstancesPublisherSageMakerAsyncClient. listNotebookInstancesPaginator(ListNotebookInstancesRequest listNotebookInstancesRequest)Returns a list of the SageMaker notebook instances in the requester's account in an Amazon Web Services Region.
-