Uses of Interface
software.amazon.awssdk.services.rds.model.UserAuthConfigInfo.Builder
Packages that use UserAuthConfigInfo.Builder
-
Uses of UserAuthConfigInfo.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return UserAuthConfigInfo.BuilderModifier and TypeMethodDescriptionUserAuthConfigInfo.Builder.authScheme(String authScheme) The type of authentication that the proxy uses for connections from the proxy to the underlying database.UserAuthConfigInfo.Builder.authScheme(AuthScheme authScheme) The type of authentication that the proxy uses for connections from the proxy to the underlying database.static UserAuthConfigInfo.BuilderUserAuthConfigInfo.builder()UserAuthConfigInfo.Builder.clientPasswordAuthType(String clientPasswordAuthType) The type of authentication the proxy uses for connections from clients.UserAuthConfigInfo.Builder.clientPasswordAuthType(ClientPasswordAuthType clientPasswordAuthType) The type of authentication the proxy uses for connections from clients.UserAuthConfigInfo.Builder.description(String description) A user-specified description about the authentication used by a proxy to log in as a specific database user.Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.UserAuthConfigInfo.Builder.iamAuth(IAMAuthMode iamAuth) Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster.UserAuthConfigInfo.toBuilder()The name of the database user to which the proxy connects.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type UserAuthConfigInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UserAuthConfigInfo.Builder>UserAuthConfigInfo.serializableBuilderClass()