Package | Description |
---|---|
com.amazonaws.services.directory.model | |
com.amazonaws.services.directory.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Trust> |
DescribeTrustsResult.trusts
The list of Trust objects that were retrieved.
|
Modifier and Type | Method and Description |
---|---|
Trust |
Trust.clone() |
Trust |
Trust.withCreatedDateTime(java.util.Date createdDateTime)
The date and time that the trust relationship was created.
|
Trust |
Trust.withDirectoryId(java.lang.String directoryId)
The Directory ID of the AWS directory involved in the trust relationship.
|
Trust |
Trust.withLastUpdatedDateTime(java.util.Date lastUpdatedDateTime)
The date and time that the trust relationship was last updated.
|
Trust |
Trust.withRemoteDomainName(java.lang.String remoteDomainName)
The Fully Qualified Domain Name (FQDN) of the external domain involved in
the trust relationship.
|
Trust |
Trust.withStateLastUpdatedDateTime(java.util.Date stateLastUpdatedDateTime)
The date and time that the TrustState was last updated.
|
Trust |
Trust.withTrustDirection(java.lang.String trustDirection)
The trust relationship direction.
|
Trust |
Trust.withTrustDirection(TrustDirection trustDirection)
The trust relationship direction.
|
Trust |
Trust.withTrustId(java.lang.String trustId)
The unique ID of the trust relationship.
|
Trust |
Trust.withTrustState(java.lang.String trustState)
The trust relationship state.
|
Trust |
Trust.withTrustState(TrustState trustState)
The trust relationship state.
|
Trust |
Trust.withTrustStateReason(java.lang.String trustStateReason)
The reason for the TrustState.
|
Trust |
Trust.withTrustType(java.lang.String trustType)
The trust relationship type.
|
Trust |
Trust.withTrustType(TrustType trustType)
The trust relationship type.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Trust> trusts)
The list of Trust objects that were retrieved.
|
DescribeTrustsResult |
DescribeTrustsResult.withTrusts(java.util.Collection<Trust> trusts)
The list of Trust objects that were retrieved.
|
Modifier and Type | Method and Description |
---|---|
Trust |
TrustJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TrustJsonMarshaller.marshall(Trust trust,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|