| 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.
|
MemberDefinition |
MemberDefinition.withOidcMemberDefinition(OidcMemberDefinition oidcMemberDefinition)
A list user groups that exist in your OIDC Identity Provider (IdP).
|
| Modifier and Type | Method and Description |
|---|---|
List<MemberDefinition> |
Workteam.getMemberDefinitions()
A list of
MemberDefinition objects that contains objects that identify the workers that make up the
work team. |
List<MemberDefinition> |
UpdateWorkteamRequest.getMemberDefinitions()
A list of
MemberDefinition objects that contains objects that identify the workers that make up the
work team. |
List<MemberDefinition> |
CreateWorkteamRequest.getMemberDefinitions()
A list of
MemberDefinition objects that contains objects that identify the workers that make up the
work team. |
| Modifier and Type | Method and Description |
|---|---|
Workteam |
Workteam.withMemberDefinitions(MemberDefinition... memberDefinitions)
A list of
MemberDefinition objects that contains objects that identify the workers that make up the
work team. |
UpdateWorkteamRequest |
UpdateWorkteamRequest.withMemberDefinitions(MemberDefinition... memberDefinitions)
A list of
MemberDefinition objects that contains objects that identify the workers that make up the
work team. |
CreateWorkteamRequest |
CreateWorkteamRequest.withMemberDefinitions(MemberDefinition... memberDefinitions)
A list of
MemberDefinition objects that contains objects that identify the workers that make up the
work team. |
| Modifier and Type | Method and Description |
|---|---|
void |
Workteam.setMemberDefinitions(Collection<MemberDefinition> memberDefinitions)
A list of
MemberDefinition objects that contains objects that identify the workers that make up the
work team. |
void |
UpdateWorkteamRequest.setMemberDefinitions(Collection<MemberDefinition> memberDefinitions)
A list of
MemberDefinition objects that contains objects that identify the workers that make up the
work team. |
void |
CreateWorkteamRequest.setMemberDefinitions(Collection<MemberDefinition> memberDefinitions)
A list of
MemberDefinition objects that contains objects that identify the workers that make up the
work team. |
Workteam |
Workteam.withMemberDefinitions(Collection<MemberDefinition> memberDefinitions)
A list of
MemberDefinition objects that contains objects that identify the workers that make up the
work team. |
UpdateWorkteamRequest |
UpdateWorkteamRequest.withMemberDefinitions(Collection<MemberDefinition> memberDefinitions)
A list of
MemberDefinition objects that contains objects that identify the workers that make up the
work team. |
CreateWorkteamRequest |
CreateWorkteamRequest.withMemberDefinitions(Collection<MemberDefinition> memberDefinitions)
A list of
MemberDefinition objects that contains objects that identify the workers that make up the
work team. |
Copyright © 2025. All rights reserved.