| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model | |
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
Workteam |
DescribeWorkteamResponse.workteam()
A
Workteam instance that contains information about the work team. |
Workteam |
UpdateWorkteamResponse.workteam()
A
Workteam object that describes the updated work team. |
| Modifier and Type | Method and Description |
|---|---|
List<Workteam> |
ListWorkteamsResponse.workteams()
An array of
Workteam objects, each describing a work team. |
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkteamResponse.Builder |
DescribeWorkteamResponse.Builder.workteam(Workteam workteam)
A
Workteam instance that contains information about the work team. |
UpdateWorkteamResponse.Builder |
UpdateWorkteamResponse.Builder.workteam(Workteam workteam)
A
Workteam object that describes the updated work team. |
ListWorkteamsResponse.Builder |
ListWorkteamsResponse.Builder.workteams(Workteam... workteams)
An array of
Workteam objects, each describing a work team. |
| Modifier and Type | Method and Description |
|---|---|
ListWorkteamsResponse.Builder |
ListWorkteamsResponse.Builder.workteams(Collection<Workteam> workteams)
An array of
Workteam objects, each describing a work team. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Workteam> |
ListWorkteamsIterable.workteams()
Returns an iterable to iterate through the paginated
ListWorkteamsResponse.workteams() member. |
SdkPublisher<Workteam> |
ListWorkteamsPublisher.workteams()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.