Uses of Class
software.amazon.awssdk.services.sagemaker.model.CognitoConfig
-
Packages that use CognitoConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CognitoConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CognitoConfig Modifier and Type Method Description CognitoConfigCreateWorkforceRequest. cognitoConfig()Use this parameter to configure an Amazon Cognito private workforce.CognitoConfigWorkforce. cognitoConfig()The configuration of an Amazon Cognito workforce.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type CognitoConfig Modifier and Type Method Description CreateWorkforceRequest.BuilderCreateWorkforceRequest.Builder. cognitoConfig(CognitoConfig cognitoConfig)Use this parameter to configure an Amazon Cognito private workforce.Workforce.BuilderWorkforce.Builder. cognitoConfig(CognitoConfig cognitoConfig)The configuration of an Amazon Cognito workforce.
-