Uses of Class
software.amazon.awssdk.services.connect.model.SignInConfig
-
Packages that use SignInConfig Package Description software.amazon.awssdk.services.connect.model -
-
Uses of SignInConfig in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return SignInConfig Modifier and Type Method Description SignInConfigGetTrafficDistributionResponse. signInConfig()The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).SignInConfigUpdateTrafficDistributionRequest. signInConfig()The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).Methods in software.amazon.awssdk.services.connect.model with parameters of type SignInConfig Modifier and Type Method Description GetTrafficDistributionResponse.BuilderGetTrafficDistributionResponse.Builder. signInConfig(SignInConfig signInConfig)The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).UpdateTrafficDistributionRequest.BuilderUpdateTrafficDistributionRequest.Builder. signInConfig(SignInConfig signInConfig)The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both the instance and its replica(s).
-