Uses of Class
software.amazon.awssdk.services.databasemigration.model.KerberosAuthenticationSettings
Packages that use KerberosAuthenticationSettings
-
Uses of KerberosAuthenticationSettings in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return KerberosAuthenticationSettingsModifier and TypeMethodDescriptionCreateReplicationInstanceRequest.kerberosAuthenticationSettings()Specifies the settings required for kerberos authentication when creating the replication instance.ModifyReplicationInstanceRequest.kerberosAuthenticationSettings()Specifies the settings required for kerberos authentication when modifying a replication instance.ReplicationInstance.kerberosAuthenticationSettings()Specifies the settings required for kerberos authentication when replicating an instance.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type KerberosAuthenticationSettingsModifier and TypeMethodDescriptionCreateReplicationInstanceRequest.Builder.kerberosAuthenticationSettings(KerberosAuthenticationSettings kerberosAuthenticationSettings) Specifies the settings required for kerberos authentication when creating the replication instance.ModifyReplicationInstanceRequest.Builder.kerberosAuthenticationSettings(KerberosAuthenticationSettings kerberosAuthenticationSettings) Specifies the settings required for kerberos authentication when modifying a replication instance.ReplicationInstance.Builder.kerberosAuthenticationSettings(KerberosAuthenticationSettings kerberosAuthenticationSettings) Specifies the settings required for kerberos authentication when replicating an instance.