| 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 ListProjectsResponse |
SageMakerClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Gets a list of the projects in an AWS account.
|
default ListProjectsResponse |
SageMakerClient.listProjects(ListProjectsRequest listProjectsRequest)
Gets a list of the projects in an AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListProjectsResponse> |
SageMakerAsyncClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Gets a list of the projects in an AWS account.
|
default CompletableFuture<ListProjectsResponse> |
SageMakerAsyncClient.listProjects(ListProjectsRequest listProjectsRequest)
Gets a list of the projects in an AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListProjectsResponse> |
ListProjectsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProjectsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProjectsResponse> subscriber) |
Copyright © 2021. All rights reserved.