| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
MemberDefinition |
MemberDefinition.clone() |
MemberDefinition |
MemberDefinition.withCognitoMemberDefinition(CognitoMemberDefinition cognitoMemberDefinition)
The Amazon Cognito user group that is part of the work team.
|
| Modifier and Type | Method and Description |
|---|---|
List<MemberDefinition> |
CreateWorkteamRequest.getMemberDefinitions()
A list of
MemberDefinition objects that contains objects that identify the Amazon Cognito user pool
that makes up the work team. |
List<MemberDefinition> |
Workteam.getMemberDefinitions()
The Amazon Cognito user groups that make up the work team.
|
List<MemberDefinition> |
UpdateWorkteamRequest.getMemberDefinitions()
A list of
MemberDefinition objects that contain the updated work team members. |
| Modifier and Type | Method and Description |
|---|---|
CreateWorkteamRequest |
CreateWorkteamRequest.withMemberDefinitions(MemberDefinition... memberDefinitions)
A list of
MemberDefinition objects that contains objects that identify the Amazon Cognito user pool
that makes up the work team. |
Workteam |
Workteam.withMemberDefinitions(MemberDefinition... memberDefinitions)
The Amazon Cognito user groups that make up the work team.
|
UpdateWorkteamRequest |
UpdateWorkteamRequest.withMemberDefinitions(MemberDefinition... memberDefinitions)
A list of
MemberDefinition objects that contain the updated work team members. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateWorkteamRequest.setMemberDefinitions(Collection<MemberDefinition> memberDefinitions)
A list of
MemberDefinition objects that contains objects that identify the Amazon Cognito user pool
that makes up the work team. |
void |
Workteam.setMemberDefinitions(Collection<MemberDefinition> memberDefinitions)
The Amazon Cognito user groups that make up the work team.
|
void |
UpdateWorkteamRequest.setMemberDefinitions(Collection<MemberDefinition> memberDefinitions)
A list of
MemberDefinition objects that contain the updated work team members. |
CreateWorkteamRequest |
CreateWorkteamRequest.withMemberDefinitions(Collection<MemberDefinition> memberDefinitions)
A list of
MemberDefinition objects that contains objects that identify the Amazon Cognito user pool
that makes up the work team. |
Workteam |
Workteam.withMemberDefinitions(Collection<MemberDefinition> memberDefinitions)
The Amazon Cognito user groups that make up the work team.
|
UpdateWorkteamRequest |
UpdateWorkteamRequest.withMemberDefinitions(Collection<MemberDefinition> memberDefinitions)
A list of
MemberDefinition objects that contain the updated work team members. |
Copyright © 2020. All rights reserved.