| 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 ListActionsResponse |
SageMakerClient.listActions(Consumer<ListActionsRequest.Builder> listActionsRequest)
Lists the actions in your account and their properties.
|
default ListActionsResponse |
SageMakerClient.listActions(ListActionsRequest listActionsRequest)
Lists the actions in your account and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListActionsResponse> |
SageMakerAsyncClient.listActions(Consumer<ListActionsRequest.Builder> listActionsRequest)
Lists the actions in your account and their properties.
|
default CompletableFuture<ListActionsResponse> |
SageMakerAsyncClient.listActions(ListActionsRequest listActionsRequest)
Lists the actions in your account and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListActionsResponse> |
ListActionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListActionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListActionsResponse> subscriber) |
Copyright © 2021. All rights reserved.