Uses of Class
software.amazon.awssdk.services.sagemaker.model.WorkerAccessConfiguration
-
Packages that use WorkerAccessConfiguration Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of WorkerAccessConfiguration in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return WorkerAccessConfiguration Modifier and Type Method Description WorkerAccessConfigurationCreateWorkteamRequest. workerAccessConfiguration()Use this optional parameter to constrain access to an Amazon S3 resource based on the IP address using supported IAM global condition keys.WorkerAccessConfigurationUpdateWorkteamRequest. workerAccessConfiguration()Use this optional parameter to constrain access to an Amazon S3 resource based on the IP address using supported IAM global condition keys.WorkerAccessConfigurationWorkteam. workerAccessConfiguration()Describes any access constraints that have been defined for Amazon S3 resources.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type WorkerAccessConfiguration Modifier and Type Method Description CreateWorkteamRequest.BuilderCreateWorkteamRequest.Builder. workerAccessConfiguration(WorkerAccessConfiguration workerAccessConfiguration)Use this optional parameter to constrain access to an Amazon S3 resource based on the IP address using supported IAM global condition keys.UpdateWorkteamRequest.BuilderUpdateWorkteamRequest.Builder. workerAccessConfiguration(WorkerAccessConfiguration workerAccessConfiguration)Use this optional parameter to constrain access to an Amazon S3 resource based on the IP address using supported IAM global condition keys.Workteam.BuilderWorkteam.Builder. workerAccessConfiguration(WorkerAccessConfiguration workerAccessConfiguration)Describes any access constraints that have been defined for Amazon S3 resources.
-