Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListNotebookInstanceLifecycleConfigsResponse
-
Packages that use ListNotebookInstanceLifecycleConfigsResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListNotebookInstanceLifecycleConfigsResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListNotebookInstanceLifecycleConfigsResponse Modifier and Type Method Description default ListNotebookInstanceLifecycleConfigsResponse
SageMakerClient. listNotebookInstanceLifecycleConfigs()
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig API.default ListNotebookInstanceLifecycleConfigsResponse
SageMakerClient. listNotebookInstanceLifecycleConfigs(Consumer<ListNotebookInstanceLifecycleConfigsRequest.Builder> listNotebookInstanceLifecycleConfigsRequest)
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig API.default ListNotebookInstanceLifecycleConfigsResponse
SageMakerClient. listNotebookInstanceLifecycleConfigs(ListNotebookInstanceLifecycleConfigsRequest listNotebookInstanceLifecycleConfigsRequest)
Lists notebook instance lifestyle configurations created with the CreateNotebookInstanceLifecycleConfig API. -
Uses of ListNotebookInstanceLifecycleConfigsResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListNotebookInstanceLifecycleConfigsResponse Modifier and Type Method Description Iterator<ListNotebookInstanceLifecycleConfigsResponse>
ListNotebookInstanceLifecycleConfigsIterable. iterator()
Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListNotebookInstanceLifecycleConfigsResponse Modifier and Type Method Description void
ListNotebookInstanceLifecycleConfigsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListNotebookInstanceLifecycleConfigsResponse> subscriber)
-