Uses of Interface
software.amazon.awssdk.services.autoscaling.auth.scheme.AutoScalingAuthSchemeProvider
-
Packages that use AutoScalingAuthSchemeProvider Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.auth.scheme software.amazon.awssdk.services.autoscaling.auth.scheme.internal software.amazon.awssdk.services.autoscaling.internal -
-
Uses of AutoScalingAuthSchemeProvider in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return AutoScalingAuthSchemeProvider Modifier and Type Method Description AutoScalingAuthSchemeProviderAutoScalingServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerAutoScalingAuthSchemeProviderAutoScalingServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.autoscaling with parameters of type AutoScalingAuthSchemeProvider Modifier and Type Method Description default BAutoScalingBaseClientBuilder. authSchemeProvider(AutoScalingAuthSchemeProvider authSchemeProvider)Set theAutoScalingAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.AutoScalingServiceClientConfiguration.BuilderAutoScalingServiceClientConfiguration.Builder. authSchemeProvider(AutoScalingAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of AutoScalingAuthSchemeProvider in software.amazon.awssdk.services.autoscaling.auth.scheme
Methods in software.amazon.awssdk.services.autoscaling.auth.scheme that return AutoScalingAuthSchemeProvider Modifier and Type Method Description static AutoScalingAuthSchemeProviderAutoScalingAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of AutoScalingAuthSchemeProvider in software.amazon.awssdk.services.autoscaling.auth.scheme.internal
Classes in software.amazon.awssdk.services.autoscaling.auth.scheme.internal that implement AutoScalingAuthSchemeProvider Modifier and Type Class Description classDefaultAutoScalingAuthSchemeProvider -
Uses of AutoScalingAuthSchemeProvider in software.amazon.awssdk.services.autoscaling.internal
Methods in software.amazon.awssdk.services.autoscaling.internal that return AutoScalingAuthSchemeProvider Modifier and Type Method Description AutoScalingAuthSchemeProviderAutoScalingServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.autoscaling.internal with parameters of type AutoScalingAuthSchemeProvider Modifier and Type Method Description AutoScalingServiceClientConfiguration.BuilderAutoScalingServiceClientConfigurationBuilder. authSchemeProvider(AutoScalingAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-