Package | Description |
---|---|
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DomainMembership> |
DBInstance.domainMemberships
The Active Directory Domain membership records associated with the DB
instance.
|
Modifier and Type | Method and Description |
---|---|
DomainMembership |
DomainMembership.clone() |
DomainMembership |
DomainMembership.withDomain(java.lang.String domain)
The identifier of the Active Directory Domain.
|
DomainMembership |
DomainMembership.withFQDN(java.lang.String fQDN)
The fully qualified domain name of the Active Directory Domain.
|
DomainMembership |
DomainMembership.withIAMRoleName(java.lang.String iAMRoleName)
The name of the IAM role to be used when making API calls to the
Directory Service.
|
DomainMembership |
DomainMembership.withStatus(java.lang.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 |
---|---|
java.util.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(java.util.Collection<DomainMembership> domainMemberships)
The Active Directory Domain membership records associated with the DB
instance.
|
DBInstance |
DBInstance.withDomainMemberships(java.util.Collection<DomainMembership> domainMemberships)
The Active Directory Domain membership records associated with the DB
instance.
|
Modifier and Type | Method and Description |
---|---|
DomainMembership |
DomainMembershipStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |