| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Workforce |
Workforce.clone() |
Workforce |
UpdateWorkforceResult.getWorkforce()
A single private workforce.
|
Workforce |
DescribeWorkforceResult.getWorkforce()
A single private workforce, which is automatically created when you create your first private work team.
|
Workforce |
Workforce.withCognitoConfig(CognitoConfig cognitoConfig)
The configuration of an Amazon Cognito workforce.
|
Workforce |
Workforce.withCreateDate(Date createDate)
The date that the workforce is created.
|
Workforce |
Workforce.withFailureReason(String failureReason)
The reason your workforce failed.
|
Workforce |
Workforce.withLastUpdatedDate(Date lastUpdatedDate)
The most recent date that UpdateWorkforce was
used to successfully add one or more IP address ranges (CIDRs) to a private workforce's
allow list.
|
Workforce |
Workforce.withOidcConfig(OidcConfigForResponse oidcConfig)
The configuration of an OIDC Identity Provider (IdP) private workforce.
|
Workforce |
Workforce.withSourceIpConfig(SourceIpConfig sourceIpConfig)
A list of one to ten IP address ranges (CIDRs) to be added to the workforce
allow list.
|
Workforce |
Workforce.withStatus(String status)
The status of your workforce.
|
Workforce |
Workforce.withStatus(WorkforceStatus status)
The status of your workforce.
|
Workforce |
Workforce.withSubDomain(String subDomain)
The subdomain for your OIDC Identity Provider.
|
Workforce |
Workforce.withWorkforceArn(String workforceArn)
The Amazon Resource Name (ARN) of the private workforce.
|
Workforce |
Workforce.withWorkforceName(String workforceName)
The name of the private workforce.
|
Workforce |
Workforce.withWorkforceVpcConfig(WorkforceVpcConfigResponse workforceVpcConfig)
The configuration of a VPC workforce.
|
| Modifier and Type | Method and Description |
|---|---|
List<Workforce> |
ListWorkforcesResult.getWorkforces()
A list containing information about your workforce.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateWorkforceResult.setWorkforce(Workforce workforce)
A single private workforce.
|
void |
DescribeWorkforceResult.setWorkforce(Workforce workforce)
A single private workforce, which is automatically created when you create your first private work team.
|
UpdateWorkforceResult |
UpdateWorkforceResult.withWorkforce(Workforce workforce)
A single private workforce.
|
DescribeWorkforceResult |
DescribeWorkforceResult.withWorkforce(Workforce workforce)
A single private workforce, which is automatically created when you create your first private work team.
|
ListWorkforcesResult |
ListWorkforcesResult.withWorkforces(Workforce... workforces)
A list containing information about your workforce.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkforcesResult.setWorkforces(Collection<Workforce> workforces)
A list containing information about your workforce.
|
ListWorkforcesResult |
ListWorkforcesResult.withWorkforces(Collection<Workforce> workforces)
A list containing information about your workforce.
|
Copyright © 2024. All rights reserved.