Uses of Class
software.amazon.awssdk.services.sagemaker.model.EnabledOrDisabled
-
Packages that use EnabledOrDisabled Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EnabledOrDisabled in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return EnabledOrDisabled Modifier and Type Method Description static EnabledOrDisabledEnabledOrDisabled. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EnabledOrDisabledIamPolicyConstraints. sourceIp()WhenSourceIpisEnabledthe worker's IP address when a task is rendered in the worker portal is added to the IAM policy as aConditionused to generate the Amazon S3 presigned URL.static EnabledOrDisabledEnabledOrDisabled. valueOf(String name)Returns the enum constant of this type with the specified name.static EnabledOrDisabled[]EnabledOrDisabled. values()Returns an array containing the constants of this enum type, in the order they are declared.EnabledOrDisabledIamPolicyConstraints. vpcSourceIp()WhenVpcSourceIpisEnabledthe worker's IP address when a task is rendered in private worker portal inside the VPC is added to the IAM policy as aConditionused to generate the Amazon S3 presigned URL.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type EnabledOrDisabled Modifier and Type Method Description static Set<EnabledOrDisabled>EnabledOrDisabled. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type EnabledOrDisabled Modifier and Type Method Description IamPolicyConstraints.BuilderIamPolicyConstraints.Builder. sourceIp(EnabledOrDisabled sourceIp)WhenSourceIpisEnabledthe worker's IP address when a task is rendered in the worker portal is added to the IAM policy as aConditionused to generate the Amazon S3 presigned URL.IamPolicyConstraints.BuilderIamPolicyConstraints.Builder. vpcSourceIp(EnabledOrDisabled vpcSourceIp)WhenVpcSourceIpisEnabledthe worker's IP address when a task is rendered in private worker portal inside the VPC is added to the IAM policy as aConditionused to generate the Amazon S3 presigned URL.
-