Uses of Class
com.amazonaws.services.rds.model.DomainMembership
-
Packages that use DomainMembership Package Description com.amazonaws.services.rds.model -
-
Uses of DomainMembership in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DomainMembership Modifier and Type Method Description DomainMembershipDomainMembership. clone()DomainMembershipDomainMembership. withDomain(String domain)The identifier of the Active Directory Domain.DomainMembershipDomainMembership. withFQDN(String fQDN)The fully qualified domain name of the Active Directory Domain.DomainMembershipDomainMembership. withIAMRoleName(String iAMRoleName)The name of the IAM role to be used when making API calls to the Directory Service.DomainMembershipDomainMembership. 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 DomainMembership Modifier and Type Method Description List<DomainMembership>DBInstance. getDomainMemberships()The Active Directory Domain membership records associated with the DB instance.Methods in com.amazonaws.services.rds.model with parameters of type DomainMembership Modifier and Type Method Description DBInstanceDBInstance. 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 DomainMembership Modifier and Type Method Description voidDBInstance. setDomainMemberships(Collection<DomainMembership> domainMemberships)The Active Directory Domain membership records associated with the DB instance.DBInstanceDBInstance. withDomainMemberships(Collection<DomainMembership> domainMemberships)The Active Directory Domain membership records associated with the DB instance.
-