| 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 ListAssociationsResponse |
SageMakerClient.listAssociations(Consumer<ListAssociationsRequest.Builder> listAssociationsRequest)
Lists the associations in your account and their properties.
|
default ListAssociationsResponse |
SageMakerClient.listAssociations(ListAssociationsRequest listAssociationsRequest)
Lists the associations in your account and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAssociationsResponse> |
SageMakerAsyncClient.listAssociations(Consumer<ListAssociationsRequest.Builder> listAssociationsRequest)
Lists the associations in your account and their properties.
|
default CompletableFuture<ListAssociationsResponse> |
SageMakerAsyncClient.listAssociations(ListAssociationsRequest listAssociationsRequest)
Lists the associations in your account and their properties.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAssociationsResponse> |
ListAssociationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAssociationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAssociationsResponse> subscriber) |
Copyright © 2022. All rights reserved.