Uses of Interface
software.amazon.awssdk.services.autoscaling.auth.scheme.AutoScalingAuthSchemeParams.Builder
-
Packages that use AutoScalingAuthSchemeParams.Builder Package Description software.amazon.awssdk.services.autoscaling.auth.scheme software.amazon.awssdk.services.autoscaling.auth.scheme.internal -
-
Uses of AutoScalingAuthSchemeParams.Builder in software.amazon.awssdk.services.autoscaling.auth.scheme
Methods in software.amazon.awssdk.services.autoscaling.auth.scheme that return AutoScalingAuthSchemeParams.Builder Modifier and Type Method Description static AutoScalingAuthSchemeParams.BuilderAutoScalingAuthSchemeParams. builder()Get a new builder for creating aAutoScalingAuthSchemeParams.AutoScalingAuthSchemeParams.BuilderAutoScalingAuthSchemeParams.Builder. operation(String operation)Set the operation for which to resolve the auth scheme.AutoScalingAuthSchemeParams.BuilderAutoScalingAuthSchemeParams.Builder. region(Region region)Set the region.AutoScalingAuthSchemeParams.BuilderAutoScalingAuthSchemeParams. toBuilder()Returns aAutoScalingAuthSchemeParams.Builderto customize the parameters.Method parameters in software.amazon.awssdk.services.autoscaling.auth.scheme with type arguments of type AutoScalingAuthSchemeParams.Builder Modifier and Type Method Description default List<AuthSchemeOption>AutoScalingAuthSchemeProvider. resolveAuthScheme(Consumer<AutoScalingAuthSchemeParams.Builder> consumer)Resolve the auth schemes based on the given set of parameters. -
Uses of AutoScalingAuthSchemeParams.Builder in software.amazon.awssdk.services.autoscaling.auth.scheme.internal
Methods in software.amazon.awssdk.services.autoscaling.auth.scheme.internal that return AutoScalingAuthSchemeParams.Builder Modifier and Type Method Description static AutoScalingAuthSchemeParams.BuilderDefaultAutoScalingAuthSchemeParams. builder()AutoScalingAuthSchemeParams.BuilderDefaultAutoScalingAuthSchemeParams. toBuilder()
-