Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListStudioLifecycleConfigsResponse
-
Packages that use ListStudioLifecycleConfigsResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListStudioLifecycleConfigsResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListStudioLifecycleConfigsResponse Modifier and Type Method Description default ListStudioLifecycleConfigsResponseSageMakerClient. listStudioLifecycleConfigs(Consumer<ListStudioLifecycleConfigsRequest.Builder> listStudioLifecycleConfigsRequest)Lists the Studio Lifecycle Configurations in your Amazon Web Services Account.default ListStudioLifecycleConfigsResponseSageMakerClient. listStudioLifecycleConfigs(ListStudioLifecycleConfigsRequest listStudioLifecycleConfigsRequest)Lists the Studio Lifecycle Configurations in your Amazon Web Services Account.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListStudioLifecycleConfigsResponse Modifier and Type Method Description default CompletableFuture<ListStudioLifecycleConfigsResponse>SageMakerAsyncClient. listStudioLifecycleConfigs(Consumer<ListStudioLifecycleConfigsRequest.Builder> listStudioLifecycleConfigsRequest)Lists the Studio Lifecycle Configurations in your Amazon Web Services Account.default CompletableFuture<ListStudioLifecycleConfigsResponse>SageMakerAsyncClient. listStudioLifecycleConfigs(ListStudioLifecycleConfigsRequest listStudioLifecycleConfigsRequest)Lists the Studio Lifecycle Configurations in your Amazon Web Services Account. -
Uses of ListStudioLifecycleConfigsResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListStudioLifecycleConfigsResponse Modifier and Type Method Description Iterator<ListStudioLifecycleConfigsResponse>ListStudioLifecycleConfigsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListStudioLifecycleConfigsResponse Modifier and Type Method Description voidListStudioLifecycleConfigsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStudioLifecycleConfigsResponse> subscriber)
-