Uses of Class
com.amazonaws.services.directory.model.Trust
Packages that use Trust
-
Uses of Trust in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return TrustModifier and TypeMethodDescriptionTrust.clone()
Trust.withCreatedDateTime
(Date createdDateTime) The date and time that the trust relationship was created.Trust.withDirectoryId
(String directoryId) The Directory ID of the AWS directory involved in the trust relationship.Trust.withLastUpdatedDateTime
(Date lastUpdatedDateTime) The date and time that the trust relationship was last updated.Trust.withRemoteDomainName
(String remoteDomainName) The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.Trust.withStateLastUpdatedDateTime
(Date stateLastUpdatedDateTime) The date and time that the TrustState was last updated.Trust.withTrustDirection
(TrustDirection trustDirection) The trust relationship direction.Trust.withTrustDirection
(String trustDirection) The trust relationship direction.Trust.withTrustId
(String trustId) The unique ID of the trust relationship.Trust.withTrustState
(TrustState trustState) The trust relationship state.Trust.withTrustState
(String trustState) The trust relationship state.Trust.withTrustStateReason
(String trustStateReason) The reason for the TrustState.Trust.withTrustType
(TrustType trustType) The trust relationship type.Trust.withTrustType
(String trustType) The trust relationship type.Methods in com.amazonaws.services.directory.model that return types with arguments of type TrustModifier and TypeMethodDescriptionDescribeTrustsResult.getTrusts()
The list of Trust objects that were retrieved.Methods in com.amazonaws.services.directory.model with parameters of type TrustModifier and TypeMethodDescriptionDescribeTrustsResult.withTrusts
(Trust... trusts) The list of Trust objects that were retrieved.Method parameters in com.amazonaws.services.directory.model with type arguments of type TrustModifier and TypeMethodDescriptionvoid
DescribeTrustsResult.setTrusts
(Collection<Trust> trusts) The list of Trust objects that were retrieved.DescribeTrustsResult.withTrusts
(Collection<Trust> trusts) The list of Trust objects that were retrieved.