| 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 ListSubscribedWorkteamsResponse |
SageMakerClient.listSubscribedWorkteams()
Gets a list of the work teams that you are subscribed to in the Amazon Web Services Marketplace.
|
default ListSubscribedWorkteamsResponse |
SageMakerClient.listSubscribedWorkteams(Consumer<ListSubscribedWorkteamsRequest.Builder> listSubscribedWorkteamsRequest)
Gets a list of the work teams that you are subscribed to in the Amazon Web Services Marketplace.
|
default ListSubscribedWorkteamsResponse |
SageMakerClient.listSubscribedWorkteams(ListSubscribedWorkteamsRequest listSubscribedWorkteamsRequest)
Gets a list of the work teams that you are subscribed to in the Amazon Web Services Marketplace.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSubscribedWorkteamsResponse> |
SageMakerAsyncClient.listSubscribedWorkteams()
Gets a list of the work teams that you are subscribed to in the Amazon Web Services Marketplace.
|
default CompletableFuture<ListSubscribedWorkteamsResponse> |
SageMakerAsyncClient.listSubscribedWorkteams(Consumer<ListSubscribedWorkteamsRequest.Builder> listSubscribedWorkteamsRequest)
Gets a list of the work teams that you are subscribed to in the Amazon Web Services Marketplace.
|
default CompletableFuture<ListSubscribedWorkteamsResponse> |
SageMakerAsyncClient.listSubscribedWorkteams(ListSubscribedWorkteamsRequest listSubscribedWorkteamsRequest)
Gets a list of the work teams that you are subscribed to in the Amazon Web Services Marketplace.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSubscribedWorkteamsResponse> |
ListSubscribedWorkteamsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSubscribedWorkteamsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSubscribedWorkteamsResponse> subscriber) |
Copyright © 2021. All rights reserved.