Package | Description |
---|---|
com.amazonaws.services.directory.model |
Modifier and Type | Method and Description |
---|---|
Trust |
Trust.clone() |
Trust |
Trust.withCreatedDateTime(Date createdDateTime)
The date and time that the trust relationship was created.
|
Trust |
Trust.withDirectoryId(String directoryId)
The Directory ID of the AWS directory involved in the trust relationship.
|
Trust |
Trust.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the trust relationship was last updated.
|
Trust |
Trust.withRemoteDomainName(String remoteDomainName)
The Fully Qualified Domain Name (FQDN) of the external domain involved in
the trust relationship.
|
Trust |
Trust.withStateLastUpdatedDateTime(Date stateLastUpdatedDateTime)
The date and time that the TrustState was last updated.
|
Trust |
Trust.withTrustDirection(String trustDirection)
The trust relationship direction.
|
Trust |
Trust.withTrustDirection(TrustDirection trustDirection)
The trust relationship direction.
|
Trust |
Trust.withTrustId(String trustId)
The unique ID of the trust relationship.
|
Trust |
Trust.withTrustState(String trustState)
The trust relationship state.
|
Trust |
Trust.withTrustState(TrustState trustState)
The trust relationship state.
|
Trust |
Trust.withTrustStateReason(String trustStateReason)
The reason for the TrustState.
|
Trust |
Trust.withTrustType(String trustType)
The trust relationship type.
|
Trust |
Trust.withTrustType(TrustType trustType)
The trust relationship type.
|
Modifier and Type | Method and Description |
---|---|
List<Trust> |
DescribeTrustsResult.getTrusts()
The list of Trust objects that were retrieved.
|
Modifier and Type | Method and Description |
---|---|
DescribeTrustsResult |
DescribeTrustsResult.withTrusts(Trust... trusts)
The list of Trust objects that were retrieved.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTrustsResult.setTrusts(Collection<Trust> trusts)
The list of Trust objects that were retrieved.
|
DescribeTrustsResult |
DescribeTrustsResult.withTrusts(Collection<Trust> trusts)
The list of Trust objects that were retrieved.
|
Copyright © 2018. All rights reserved.