| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAppsResponse |
SageMakerClient.listApps(Consumer<ListAppsRequest.Builder> listAppsRequest)
Lists apps.
|
default ListAppsResponse |
SageMakerClient.listApps(ListAppsRequest listAppsRequest)
Lists apps.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAppsResponse> |
SageMakerAsyncClient.listApps(Consumer<ListAppsRequest.Builder> listAppsRequest)
Lists apps.
|
default CompletableFuture<ListAppsResponse> |
SageMakerAsyncClient.listApps(ListAppsRequest listAppsRequest)
Lists apps.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAppsResponse> |
ListAppsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAppsResponse> subscriber) |
Copyright © 2022. All rights reserved.