Uses of Interface
software.amazon.awssdk.services.backupstorage.auth.scheme.BackupStorageAuthSchemeParams
-
Packages that use BackupStorageAuthSchemeParams Package Description software.amazon.awssdk.services.backupstorage.auth.scheme software.amazon.awssdk.services.backupstorage.auth.scheme.internal -
-
Uses of BackupStorageAuthSchemeParams in software.amazon.awssdk.services.backupstorage.auth.scheme
Methods in software.amazon.awssdk.services.backupstorage.auth.scheme that return BackupStorageAuthSchemeParams Modifier and Type Method Description BackupStorageAuthSchemeParamsBackupStorageAuthSchemeParams.Builder. build()Returns aBackupStorageAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.backupstorage.auth.scheme with parameters of type BackupStorageAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>BackupStorageAuthSchemeProvider. resolveAuthScheme(BackupStorageAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of BackupStorageAuthSchemeParams in software.amazon.awssdk.services.backupstorage.auth.scheme.internal
Classes in software.amazon.awssdk.services.backupstorage.auth.scheme.internal that implement BackupStorageAuthSchemeParams Modifier and Type Class Description classDefaultBackupStorageAuthSchemeParamsMethods in software.amazon.awssdk.services.backupstorage.auth.scheme.internal with parameters of type BackupStorageAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultBackupStorageAuthSchemeProvider. resolveAuthScheme(BackupStorageAuthSchemeParams params)
-