| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListWorkforcesResponse |
SageMakerClient.listWorkforces(Consumer<ListWorkforcesRequest.Builder> listWorkforcesRequest)
Use this operation to list all private and vendor workforces in an Amazon Web Services Region.
|
default ListWorkforcesResponse |
SageMakerClient.listWorkforces(ListWorkforcesRequest listWorkforcesRequest)
Use this operation to list all private and vendor workforces in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListWorkforcesResponse> |
SageMakerAsyncClient.listWorkforces(Consumer<ListWorkforcesRequest.Builder> listWorkforcesRequest)
Use this operation to list all private and vendor workforces in an Amazon Web Services Region.
|
default CompletableFuture<ListWorkforcesResponse> |
SageMakerAsyncClient.listWorkforces(ListWorkforcesRequest listWorkforcesRequest)
Use this operation to list all private and vendor workforces in an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListWorkforcesResponse> |
ListWorkforcesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkforcesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListWorkforcesResponse> subscriber) |
Copyright © 2022. All rights reserved.