Uses of Interface
software.amazon.awssdk.services.migrationhub.auth.scheme.MigrationHubAuthSchemeProvider
-
Packages that use MigrationHubAuthSchemeProvider Package Description software.amazon.awssdk.services.migrationhub The AWS Migration Hub API methods help to obtain server and application migration status and integrate your resource-specific migration tool by providing a programmatic interface to Migration Hub.software.amazon.awssdk.services.migrationhub.auth.scheme software.amazon.awssdk.services.migrationhub.auth.scheme.internal software.amazon.awssdk.services.migrationhub.internal -
-
Uses of MigrationHubAuthSchemeProvider in software.amazon.awssdk.services.migrationhub
Methods in software.amazon.awssdk.services.migrationhub that return MigrationHubAuthSchemeProvider Modifier and Type Method Description MigrationHubAuthSchemeProviderMigrationHubServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerMigrationHubAuthSchemeProviderMigrationHubServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.migrationhub with parameters of type MigrationHubAuthSchemeProvider Modifier and Type Method Description default BMigrationHubBaseClientBuilder. authSchemeProvider(MigrationHubAuthSchemeProvider authSchemeProvider)Set theMigrationHubAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.MigrationHubServiceClientConfiguration.BuilderMigrationHubServiceClientConfiguration.Builder. authSchemeProvider(MigrationHubAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of MigrationHubAuthSchemeProvider in software.amazon.awssdk.services.migrationhub.auth.scheme
Methods in software.amazon.awssdk.services.migrationhub.auth.scheme that return MigrationHubAuthSchemeProvider Modifier and Type Method Description static MigrationHubAuthSchemeProviderMigrationHubAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of MigrationHubAuthSchemeProvider in software.amazon.awssdk.services.migrationhub.auth.scheme.internal
Classes in software.amazon.awssdk.services.migrationhub.auth.scheme.internal that implement MigrationHubAuthSchemeProvider Modifier and Type Class Description classDefaultMigrationHubAuthSchemeProvider -
Uses of MigrationHubAuthSchemeProvider in software.amazon.awssdk.services.migrationhub.internal
Methods in software.amazon.awssdk.services.migrationhub.internal that return MigrationHubAuthSchemeProvider Modifier and Type Method Description MigrationHubAuthSchemeProviderMigrationHubServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.migrationhub.internal with parameters of type MigrationHubAuthSchemeProvider Modifier and Type Method Description MigrationHubServiceClientConfiguration.BuilderMigrationHubServiceClientConfigurationBuilder. authSchemeProvider(MigrationHubAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-