Uses of Class
software.amazon.awssdk.services.sagemaker.model.SourceIpConfig
-
Packages that use SourceIpConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of SourceIpConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return SourceIpConfig Modifier and Type Method Description SourceIpConfigCreateWorkforceRequest. sourceIpConfig()Returns the value of the SourceIpConfig property for this object.SourceIpConfigUpdateWorkforceRequest. sourceIpConfig()A list of one to ten worker IP address ranges (CIDRs) that can be used to access tasks assigned to this workforce.SourceIpConfigWorkforce. sourceIpConfig()A list of one to ten IP address ranges (CIDRs) to be added to the workforce allow list.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type SourceIpConfig Modifier and Type Method Description CreateWorkforceRequest.BuilderCreateWorkforceRequest.Builder. sourceIpConfig(SourceIpConfig sourceIpConfig)Sets the value of the SourceIpConfig property for this object.UpdateWorkforceRequest.BuilderUpdateWorkforceRequest.Builder. sourceIpConfig(SourceIpConfig sourceIpConfig)A list of one to ten worker IP address ranges (CIDRs) that can be used to access tasks assigned to this workforce.Workforce.BuilderWorkforce.Builder. sourceIpConfig(SourceIpConfig sourceIpConfig)A list of one to ten IP address ranges (CIDRs) to be added to the workforce allow list.
-