| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
WorkforceVpcConfigRequest |
WorkforceVpcConfigRequest.clone() |
WorkforceVpcConfigRequest |
UpdateWorkforceRequest.getWorkforceVpcConfig()
Use this parameter to update your VPC configuration for a workforce.
|
WorkforceVpcConfigRequest |
CreateWorkforceRequest.getWorkforceVpcConfig()
Use this parameter to configure a workforce using VPC.
|
WorkforceVpcConfigRequest |
WorkforceVpcConfigRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
WorkforceVpcConfigRequest |
WorkforceVpcConfigRequest.withSecurityGroupIds(String... securityGroupIds)
The VPC security group IDs, in the form sg-xxxxxxxx.
|
WorkforceVpcConfigRequest |
WorkforceVpcConfigRequest.withSubnets(Collection<String> subnets)
The ID of the subnets in the VPC that you want to connect.
|
WorkforceVpcConfigRequest |
WorkforceVpcConfigRequest.withSubnets(String... subnets)
The ID of the subnets in the VPC that you want to connect.
|
WorkforceVpcConfigRequest |
WorkforceVpcConfigRequest.withVpcId(String vpcId)
The ID of the VPC that the workforce uses for communication.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateWorkforceRequest.setWorkforceVpcConfig(WorkforceVpcConfigRequest workforceVpcConfig)
Use this parameter to update your VPC configuration for a workforce.
|
void |
CreateWorkforceRequest.setWorkforceVpcConfig(WorkforceVpcConfigRequest workforceVpcConfig)
Use this parameter to configure a workforce using VPC.
|
UpdateWorkforceRequest |
UpdateWorkforceRequest.withWorkforceVpcConfig(WorkforceVpcConfigRequest workforceVpcConfig)
Use this parameter to update your VPC configuration for a workforce.
|
CreateWorkforceRequest |
CreateWorkforceRequest.withWorkforceVpcConfig(WorkforceVpcConfigRequest workforceVpcConfig)
Use this parameter to configure a workforce using VPC.
|
Copyright © 2023. All rights reserved.