| 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 ListAppImageConfigsResponse |
SageMakerClient.listAppImageConfigs(Consumer<ListAppImageConfigsRequest.Builder> listAppImageConfigsRequest)
Lists the AppImageConfigs in your account and their properties.
|
default ListAppImageConfigsResponse |
SageMakerClient.listAppImageConfigs(ListAppImageConfigsRequest listAppImageConfigsRequest)
Lists the AppImageConfigs in your account and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAppImageConfigsResponse> |
SageMakerAsyncClient.listAppImageConfigs(Consumer<ListAppImageConfigsRequest.Builder> listAppImageConfigsRequest)
Lists the AppImageConfigs in your account and their properties.
|
default CompletableFuture<ListAppImageConfigsResponse> |
SageMakerAsyncClient.listAppImageConfigs(ListAppImageConfigsRequest listAppImageConfigsRequest)
Lists the AppImageConfigs in your account and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAppImageConfigsResponse> |
ListAppImageConfigsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppImageConfigsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAppImageConfigsResponse> subscriber) |
Copyright © 2022. All rights reserved.