Uses of Interface
software.amazon.awssdk.services.applicationautoscaling.auth.scheme.ApplicationAutoScalingAuthSchemeProvider
-
Packages that use ApplicationAutoScalingAuthSchemeProvider Package Description software.amazon.awssdk.services.applicationautoscaling With Application Auto Scaling, you can configure automatic scaling for the following resources:software.amazon.awssdk.services.applicationautoscaling.auth.scheme software.amazon.awssdk.services.applicationautoscaling.auth.scheme.internal software.amazon.awssdk.services.applicationautoscaling.internal -
-
Uses of ApplicationAutoScalingAuthSchemeProvider in software.amazon.awssdk.services.applicationautoscaling
Methods in software.amazon.awssdk.services.applicationautoscaling that return ApplicationAutoScalingAuthSchemeProvider Modifier and Type Method Description ApplicationAutoScalingAuthSchemeProviderApplicationAutoScalingServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerApplicationAutoScalingAuthSchemeProviderApplicationAutoScalingServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.applicationautoscaling with parameters of type ApplicationAutoScalingAuthSchemeProvider Modifier and Type Method Description default BApplicationAutoScalingBaseClientBuilder. authSchemeProvider(ApplicationAutoScalingAuthSchemeProvider authSchemeProvider)Set theApplicationAutoScalingAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.ApplicationAutoScalingServiceClientConfiguration.BuilderApplicationAutoScalingServiceClientConfiguration.Builder. authSchemeProvider(ApplicationAutoScalingAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of ApplicationAutoScalingAuthSchemeProvider in software.amazon.awssdk.services.applicationautoscaling.auth.scheme
Methods in software.amazon.awssdk.services.applicationautoscaling.auth.scheme that return ApplicationAutoScalingAuthSchemeProvider Modifier and Type Method Description static ApplicationAutoScalingAuthSchemeProviderApplicationAutoScalingAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of ApplicationAutoScalingAuthSchemeProvider in software.amazon.awssdk.services.applicationautoscaling.auth.scheme.internal
Classes in software.amazon.awssdk.services.applicationautoscaling.auth.scheme.internal that implement ApplicationAutoScalingAuthSchemeProvider Modifier and Type Class Description classDefaultApplicationAutoScalingAuthSchemeProvider -
Uses of ApplicationAutoScalingAuthSchemeProvider in software.amazon.awssdk.services.applicationautoscaling.internal
Methods in software.amazon.awssdk.services.applicationautoscaling.internal that return ApplicationAutoScalingAuthSchemeProvider Modifier and Type Method Description ApplicationAutoScalingAuthSchemeProviderApplicationAutoScalingServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.applicationautoscaling.internal with parameters of type ApplicationAutoScalingAuthSchemeProvider Modifier and Type Method Description ApplicationAutoScalingServiceClientConfiguration.BuilderApplicationAutoScalingServiceClientConfigurationBuilder. authSchemeProvider(ApplicationAutoScalingAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-