Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListAppsResponse
-
Packages that use ListAppsResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListAppsResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListAppsResponse Modifier and Type Method Description default ListAppsResponseSageMakerClient. listApps(Consumer<ListAppsRequest.Builder> listAppsRequest)Lists apps.default ListAppsResponseSageMakerClient. listApps(ListAppsRequest listAppsRequest)Lists apps.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListAppsResponse Modifier and Type Method Description default CompletableFuture<ListAppsResponse>SageMakerAsyncClient. listApps(Consumer<ListAppsRequest.Builder> listAppsRequest)Lists apps.default CompletableFuture<ListAppsResponse>SageMakerAsyncClient. listApps(ListAppsRequest listAppsRequest)Lists apps. -
Uses of ListAppsResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListAppsResponse Modifier and Type Method Description Iterator<ListAppsResponse>ListAppsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListAppsResponse Modifier and Type Method Description voidListAppsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAppsResponse> subscriber)
-