| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
WorkforceVpcConfigResponse |
WorkforceVpcConfigResponse.clone() |
WorkforceVpcConfigResponse |
Workforce.getWorkforceVpcConfig()
The configuration of a VPC workforce.
|
WorkforceVpcConfigResponse |
WorkforceVpcConfigResponse.withSecurityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
WorkforceVpcConfigResponse |
WorkforceVpcConfigResponse.withSecurityGroupIds(String... securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
WorkforceVpcConfigResponse |
WorkforceVpcConfigResponse.withSubnets(Collection<String> subnets)
The ID of the subnets in the VPC that you want to connect.
|
WorkforceVpcConfigResponse |
WorkforceVpcConfigResponse.withSubnets(String... subnets)
The ID of the subnets in the VPC that you want to connect.
|
WorkforceVpcConfigResponse |
WorkforceVpcConfigResponse.withVpcEndpointId(String vpcEndpointId)
The IDs for the VPC service endpoints of your VPC workforce when it is created and updated.
|
WorkforceVpcConfigResponse |
WorkforceVpcConfigResponse.withVpcId(String vpcId)
The ID of the VPC that the workforce uses for communication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Workforce.setWorkforceVpcConfig(WorkforceVpcConfigResponse workforceVpcConfig)
The configuration of a VPC workforce.
|
Workforce |
Workforce.withWorkforceVpcConfig(WorkforceVpcConfigResponse workforceVpcConfig)
The configuration of a VPC workforce.
|
Copyright © 2025. All rights reserved.