Package | Description |
---|---|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
DomainMembership |
DomainMembership.clone() |
DomainMembership |
DomainMembership.withDomain(String domain)
The identifier of the Active Directory Domain.
|
DomainMembership |
DomainMembership.withFQDN(String fQDN)
The fully qualified domain name of the Active Directory Domain.
|
DomainMembership |
DomainMembership.withIAMRoleName(String iAMRoleName)
The name of the IAM role to be used when making API calls to the
Directory Service.
|
DomainMembership |
DomainMembership.withStatus(String status)
The status of the DB instance's Active Directory Domain membership, such
as joined, pending-join, failed etc).
|
Modifier and Type | Method and Description |
---|---|
List<DomainMembership> |
DBInstance.getDomainMemberships()
The Active Directory Domain membership records associated with the DB
instance.
|
Modifier and Type | Method and Description |
---|---|
DBInstance |
DBInstance.withDomainMemberships(DomainMembership... domainMemberships)
The Active Directory Domain membership records associated with the DB
instance.
|
Modifier and Type | Method and Description |
---|---|
void |
DBInstance.setDomainMemberships(Collection<DomainMembership> domainMemberships)
The Active Directory Domain membership records associated with the DB
instance.
|
DBInstance |
DBInstance.withDomainMemberships(Collection<DomainMembership> domainMemberships)
The Active Directory Domain membership records associated with the DB
instance.
|
Copyright © 2018. All rights reserved.