| Package | Description |
|---|---|
| org.mule.extension.rds.api.model |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
DBInstance.setDomainMemberships(Collection<DomainMembership> domainMemberships) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.