Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.auth.scheme.ElasticBeanstalkAuthSchemeParams
-
-
Uses of ElasticBeanstalkAuthSchemeParams in software.amazon.awssdk.services.elasticbeanstalk.auth.scheme
Methods in software.amazon.awssdk.services.elasticbeanstalk.auth.scheme that return ElasticBeanstalkAuthSchemeParams Modifier and Type Method Description ElasticBeanstalkAuthSchemeParamsElasticBeanstalkAuthSchemeParams.Builder. build()Returns aElasticBeanstalkAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.elasticbeanstalk.auth.scheme with parameters of type ElasticBeanstalkAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>ElasticBeanstalkAuthSchemeProvider. resolveAuthScheme(ElasticBeanstalkAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of ElasticBeanstalkAuthSchemeParams in software.amazon.awssdk.services.elasticbeanstalk.auth.scheme.internal
Classes in software.amazon.awssdk.services.elasticbeanstalk.auth.scheme.internal that implement ElasticBeanstalkAuthSchemeParams Modifier and Type Class Description classDefaultElasticBeanstalkAuthSchemeParamsMethods in software.amazon.awssdk.services.elasticbeanstalk.auth.scheme.internal with parameters of type ElasticBeanstalkAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultElasticBeanstalkAuthSchemeProvider. resolveAuthScheme(ElasticBeanstalkAuthSchemeParams params)
-