| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbDomainMembership |
AwsRdsDbDomainMembership.clone() |
AwsRdsDbDomainMembership |
AwsRdsDbDomainMembership.withDomain(String domain)
The identifier of the Active Directory domain.
|
AwsRdsDbDomainMembership |
AwsRdsDbDomainMembership.withFqdn(String fqdn)
The fully qualified domain name of the Active Directory domain.
|
AwsRdsDbDomainMembership |
AwsRdsDbDomainMembership.withIamRoleName(String iamRoleName)
The name of the IAM role to use when making API calls to the Directory Service.
|
AwsRdsDbDomainMembership |
AwsRdsDbDomainMembership.withStatus(String status)
The status of the Active Directory Domain membership for the DB instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsRdsDbDomainMembership> |
AwsRdsDbInstanceDetails.getDomainMemberships()
The Active Directory domain membership records associated with the DB instance.
|
List<AwsRdsDbDomainMembership> |
AwsRdsDbClusterDetails.getDomainMemberships()
The Active Directory domain membership records that are associated with the DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDomainMemberships(AwsRdsDbDomainMembership... domainMemberships)
The Active Directory domain membership records associated with the DB instance.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withDomainMemberships(AwsRdsDbDomainMembership... domainMemberships)
The Active Directory domain membership records that are associated with the DB cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsRdsDbInstanceDetails.setDomainMemberships(Collection<AwsRdsDbDomainMembership> domainMemberships)
The Active Directory domain membership records associated with the DB instance.
|
void |
AwsRdsDbClusterDetails.setDomainMemberships(Collection<AwsRdsDbDomainMembership> domainMemberships)
The Active Directory domain membership records that are associated with the DB cluster.
|
AwsRdsDbInstanceDetails |
AwsRdsDbInstanceDetails.withDomainMemberships(Collection<AwsRdsDbDomainMembership> domainMemberships)
The Active Directory domain membership records associated with the DB instance.
|
AwsRdsDbClusterDetails |
AwsRdsDbClusterDetails.withDomainMemberships(Collection<AwsRdsDbDomainMembership> domainMemberships)
The Active Directory domain membership records that are associated with the DB cluster.
|
Copyright © 2021. All rights reserved.