| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
DomainController |
DomainController.clone() |
DomainController |
DomainController.withAvailabilityZone(String availabilityZone)
The Availability Zone where the domain controller is located.
|
DomainController |
DomainController.withDirectoryId(String directoryId)
Identifier of the directory where the domain controller resides.
|
DomainController |
DomainController.withDnsIpAddr(String dnsIpAddr)
The IP address of the domain controller.
|
DomainController |
DomainController.withDomainControllerId(String domainControllerId)
Identifies a specific domain controller in the directory.
|
DomainController |
DomainController.withLaunchTime(Date launchTime)
Specifies when the domain controller was created.
|
DomainController |
DomainController.withStatus(DomainControllerStatus status)
The status of the domain controller.
|
DomainController |
DomainController.withStatus(String status)
The status of the domain controller.
|
DomainController |
DomainController.withStatusLastUpdatedDateTime(Date statusLastUpdatedDateTime)
The date and time that the status was last updated.
|
DomainController |
DomainController.withStatusReason(String statusReason)
A description of the domain controller state.
|
DomainController |
DomainController.withSubnetId(String subnetId)
Identifier of the subnet in the VPC that contains the domain controller.
|
DomainController |
DomainController.withVpcId(String vpcId)
The identifier of the VPC that contains the domain controller.
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainController> |
DescribeDomainControllersResult.getDomainControllers()
List of the DomainController objects that were retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDomainControllersResult |
DescribeDomainControllersResult.withDomainControllers(DomainController... domainControllers)
List of the DomainController objects that were retrieved.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDomainControllersResult.setDomainControllers(Collection<DomainController> domainControllers)
List of the DomainController objects that were retrieved.
|
DescribeDomainControllersResult |
DescribeDomainControllersResult.withDomainControllers(Collection<DomainController> domainControllers)
List of the DomainController objects that were retrieved.
|
Copyright © 2023. All rights reserved.