| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Workforce |
Workforce.clone() |
Workforce |
UpdateWorkforceResult.getWorkforce()
A single private workforce, which is automatically created when you create your first private work team.
|
Workforce |
DescribeWorkforceResult.getWorkforce()
A single private workforce, which is automatically created when you create your first private work team.
|
Workforce |
Workforce.withLastUpdatedDate(Date lastUpdatedDate)
The most recent date that was used to successfully add one or more IP address ranges (CIDRs) to a private workforce's
allow list.
|
Workforce |
Workforce.withSourceIpConfig(SourceIpConfig sourceIpConfig)
A list of one to four IP address ranges (CIDRs) to be added to the workforce
allow list.
|
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 whose access you want to restrict.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateWorkforceResult.setWorkforce(Workforce workforce)
A single private workforce, which is automatically created when you create your first private work team.
|
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, which is automatically created when you create your first private work team.
|
DescribeWorkforceResult |
DescribeWorkforceResult.withWorkforce(Workforce workforce)
A single private workforce, which is automatically created when you create your first private work team.
|
Copyright © 2020. All rights reserved.