Uses of Class
com.amazonaws.services.rds.model.DomainMembership
Packages that use DomainMembership
-
Uses of DomainMembership in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DomainMembershipModifier and TypeMethodDescriptionDomainMembership.clone()
DomainMembership.withDomain
(String domain) The identifier of the Active Directory Domain.The fully qualified domain name of the Active Directory Domain.DomainMembership.withIAMRoleName
(String iAMRoleName) The name of the IAM role to be used when making API calls to the Directory Service.DomainMembership.withStatus
(String status) The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).Methods in com.amazonaws.services.rds.model that return types with arguments of type DomainMembershipModifier and TypeMethodDescriptionDBInstance.getDomainMemberships()
The Active Directory Domain membership records associated with the DB instance.Methods in com.amazonaws.services.rds.model with parameters of type DomainMembershipModifier and TypeMethodDescriptionDBInstance.withDomainMemberships
(DomainMembership... domainMemberships) The Active Directory Domain membership records associated with the DB instance.Method parameters in com.amazonaws.services.rds.model with type arguments of type DomainMembershipModifier and TypeMethodDescriptionvoid
DBInstance.setDomainMemberships
(Collection<DomainMembership> domainMemberships) The Active Directory Domain membership records associated with the DB instance.DBInstance.withDomainMemberships
(Collection<DomainMembership> domainMemberships) The Active Directory Domain membership records associated with the DB instance.