Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListPartnerAppsResponse
-
Packages that use ListPartnerAppsResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListPartnerAppsResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListPartnerAppsResponse Modifier and Type Method Description default ListPartnerAppsResponseSageMakerClient. listPartnerApps(Consumer<ListPartnerAppsRequest.Builder> listPartnerAppsRequest)Lists all of the SageMaker Partner AI Apps in an account.default ListPartnerAppsResponseSageMakerClient. listPartnerApps(ListPartnerAppsRequest listPartnerAppsRequest)Lists all of the SageMaker Partner AI Apps in an account.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListPartnerAppsResponse Modifier and Type Method Description default CompletableFuture<ListPartnerAppsResponse>SageMakerAsyncClient. listPartnerApps(Consumer<ListPartnerAppsRequest.Builder> listPartnerAppsRequest)Lists all of the SageMaker Partner AI Apps in an account.default CompletableFuture<ListPartnerAppsResponse>SageMakerAsyncClient. listPartnerApps(ListPartnerAppsRequest listPartnerAppsRequest)Lists all of the SageMaker Partner AI Apps in an account. -
Uses of ListPartnerAppsResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListPartnerAppsResponse Modifier and Type Method Description Iterator<ListPartnerAppsResponse>ListPartnerAppsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListPartnerAppsResponse Modifier and Type Method Description voidListPartnerAppsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPartnerAppsResponse> subscriber)
-