Uses of Class
software.amazon.awssdk.services.sagemaker.model.ExecutionRoleIdentityConfig
-
Packages that use ExecutionRoleIdentityConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ExecutionRoleIdentityConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ExecutionRoleIdentityConfig Modifier and Type Method Description ExecutionRoleIdentityConfigDomainSettings. executionRoleIdentityConfig()The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.ExecutionRoleIdentityConfigDomainSettingsForUpdate. executionRoleIdentityConfig()The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.static ExecutionRoleIdentityConfigExecutionRoleIdentityConfig. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExecutionRoleIdentityConfigExecutionRoleIdentityConfig. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionRoleIdentityConfig[]ExecutionRoleIdentityConfig. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ExecutionRoleIdentityConfig Modifier and Type Method Description static Set<ExecutionRoleIdentityConfig>ExecutionRoleIdentityConfig. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ExecutionRoleIdentityConfig Modifier and Type Method Description DomainSettings.BuilderDomainSettings.Builder. executionRoleIdentityConfig(ExecutionRoleIdentityConfig executionRoleIdentityConfig)The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.DomainSettingsForUpdate.BuilderDomainSettingsForUpdate.Builder. executionRoleIdentityConfig(ExecutionRoleIdentityConfig executionRoleIdentityConfig)The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
-