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