Uses of Interface
software.amazon.awssdk.services.applicationautoscaling.auth.scheme.ApplicationAutoScalingAuthSchemeParams
-
-
Uses of ApplicationAutoScalingAuthSchemeParams in software.amazon.awssdk.services.applicationautoscaling.auth.scheme
Methods in software.amazon.awssdk.services.applicationautoscaling.auth.scheme that return ApplicationAutoScalingAuthSchemeParams Modifier and Type Method Description ApplicationAutoScalingAuthSchemeParamsApplicationAutoScalingAuthSchemeParams.Builder. build()Returns aApplicationAutoScalingAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.applicationautoscaling.auth.scheme with parameters of type ApplicationAutoScalingAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>ApplicationAutoScalingAuthSchemeProvider. resolveAuthScheme(ApplicationAutoScalingAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of ApplicationAutoScalingAuthSchemeParams in software.amazon.awssdk.services.applicationautoscaling.auth.scheme.internal
Classes in software.amazon.awssdk.services.applicationautoscaling.auth.scheme.internal that implement ApplicationAutoScalingAuthSchemeParams Modifier and Type Class Description classDefaultApplicationAutoScalingAuthSchemeParamsMethods in software.amazon.awssdk.services.applicationautoscaling.auth.scheme.internal with parameters of type ApplicationAutoScalingAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultApplicationAutoScalingAuthSchemeProvider. resolveAuthScheme(ApplicationAutoScalingAuthSchemeParams params)
-