| 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 Active Directory Domain membership for the DB instance or cluster.
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainMembership> |
DBInstance.getDomainMemberships()
The Active Directory Domain membership records associated with the DB instance.
|
List<DomainMembership> |
DBCluster.getDomainMemberships()
The Active Directory Domain membership records associated with the DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
DBInstance |
DBInstance.withDomainMemberships(DomainMembership... domainMemberships)
The Active Directory Domain membership records associated with the DB instance.
|
DBCluster |
DBCluster.withDomainMemberships(DomainMembership... domainMemberships)
The Active Directory Domain membership records associated with the DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBInstance.setDomainMemberships(Collection<DomainMembership> domainMemberships)
The Active Directory Domain membership records associated with the DB instance.
|
void |
DBCluster.setDomainMemberships(Collection<DomainMembership> domainMemberships)
The Active Directory Domain membership records associated with the DB cluster.
|
DBInstance |
DBInstance.withDomainMemberships(Collection<DomainMembership> domainMemberships)
The Active Directory Domain membership records associated with the DB instance.
|
DBCluster |
DBCluster.withDomainMemberships(Collection<DomainMembership> domainMemberships)
The Active Directory Domain membership records associated with the DB cluster.
|
Copyright © 2023. All rights reserved.