Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoMLSecurityConfig
-
Packages that use AutoMLSecurityConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLSecurityConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoMLSecurityConfig Modifier and Type Method Description AutoMLSecurityConfigAutoMLJobConfig. securityConfig()The security configuration for traffic encryption or Amazon VPC settings.AutoMLSecurityConfigCreateAutoMlJobV2Request. securityConfig()The security configuration for traffic encryption or Amazon VPC settings.AutoMLSecurityConfigDescribeAutoMlJobV2Response. securityConfig()Returns the security configuration for traffic encryption or Amazon VPC settings.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoMLSecurityConfig Modifier and Type Method Description AutoMLJobConfig.BuilderAutoMLJobConfig.Builder. securityConfig(AutoMLSecurityConfig securityConfig)The security configuration for traffic encryption or Amazon VPC settings.CreateAutoMlJobV2Request.BuilderCreateAutoMlJobV2Request.Builder. securityConfig(AutoMLSecurityConfig securityConfig)The security configuration for traffic encryption or Amazon VPC settings.DescribeAutoMlJobV2Response.BuilderDescribeAutoMlJobV2Response.Builder. securityConfig(AutoMLSecurityConfig securityConfig)Returns the security configuration for traffic encryption or Amazon VPC settings.
-