Uses of Interface
software.amazon.awssdk.services.autoscaling.auth.scheme.AutoScalingAuthSchemeParams
-
Packages that use AutoScalingAuthSchemeParams Package Description software.amazon.awssdk.services.autoscaling.auth.scheme software.amazon.awssdk.services.autoscaling.auth.scheme.internal -
-
Uses of AutoScalingAuthSchemeParams in software.amazon.awssdk.services.autoscaling.auth.scheme
Methods in software.amazon.awssdk.services.autoscaling.auth.scheme that return AutoScalingAuthSchemeParams Modifier and Type Method Description AutoScalingAuthSchemeParamsAutoScalingAuthSchemeParams.Builder. build()Returns aAutoScalingAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.autoscaling.auth.scheme with parameters of type AutoScalingAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>AutoScalingAuthSchemeProvider. resolveAuthScheme(AutoScalingAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of AutoScalingAuthSchemeParams in software.amazon.awssdk.services.autoscaling.auth.scheme.internal
Classes in software.amazon.awssdk.services.autoscaling.auth.scheme.internal that implement AutoScalingAuthSchemeParams Modifier and Type Class Description classDefaultAutoScalingAuthSchemeParamsMethods in software.amazon.awssdk.services.autoscaling.auth.scheme.internal with parameters of type AutoScalingAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultAutoScalingAuthSchemeProvider. resolveAuthScheme(AutoScalingAuthSchemeParams params)
-