Uses of Class
software.amazon.awssdk.services.sagemaker.model.WorkforceVpcConfigRequest
-
Packages that use WorkforceVpcConfigRequest Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of WorkforceVpcConfigRequest in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return WorkforceVpcConfigRequest Modifier and Type Method Description WorkforceVpcConfigRequestCreateWorkforceRequest. workforceVpcConfig()Use this parameter to configure a workforce using VPC.WorkforceVpcConfigRequestUpdateWorkforceRequest. workforceVpcConfig()Use this parameter to update your VPC configuration for a workforce.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type WorkforceVpcConfigRequest Modifier and Type Method Description CreateWorkforceRequest.BuilderCreateWorkforceRequest.Builder. workforceVpcConfig(WorkforceVpcConfigRequest workforceVpcConfig)Use this parameter to configure a workforce using VPC.UpdateWorkforceRequest.BuilderUpdateWorkforceRequest.Builder. workforceVpcConfig(WorkforceVpcConfigRequest workforceVpcConfig)Use this parameter to update your VPC configuration for a workforce.
-