Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListNotebookInstancesRequest
-
Packages that use ListNotebookInstancesRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators software.amazon.awssdk.services.sagemaker.transform -
-
Uses of ListNotebookInstancesRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type ListNotebookInstancesRequest Modifier and Type Method Description default CompletableFuture<ListNotebookInstancesResponse>SageMakerAsyncClient. listNotebookInstances(ListNotebookInstancesRequest listNotebookInstancesRequest)Returns a list of the SageMaker notebook instances in the requester's account in an Amazon Web Services Region.default ListNotebookInstancesResponseSageMakerClient. listNotebookInstances(ListNotebookInstancesRequest 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.default ListNotebookInstancesIterableSageMakerClient. listNotebookInstancesPaginator(ListNotebookInstancesRequest listNotebookInstancesRequest)Returns a list of the SageMaker notebook instances in the requester's account in an Amazon Web Services Region. -
Uses of ListNotebookInstancesRequest in software.amazon.awssdk.services.sagemaker.paginators
Constructors in software.amazon.awssdk.services.sagemaker.paginators with parameters of type ListNotebookInstancesRequest Constructor Description ListNotebookInstancesIterable(SageMakerClient client, ListNotebookInstancesRequest firstRequest)ListNotebookInstancesPublisher(SageMakerAsyncClient client, ListNotebookInstancesRequest firstRequest) -
Uses of ListNotebookInstancesRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type ListNotebookInstancesRequest Modifier and Type Method Description SdkHttpFullRequestListNotebookInstancesRequestMarshaller. marshall(ListNotebookInstancesRequest listNotebookInstancesRequest)
-