Amazon.DirectoryService.AmazonDirectoryServiceClient.DescribeTrusts C# (CSharp) Метод

DescribeTrusts() публичный Метод

Obtains information about the trust relationships for this account.

If no input parameters are provided, such as DirectoryId or TrustIds, this request describes all the trust relationships belonging to the account.

/// A client exception has occurred. /// /// The specified entity could not be found. /// /// The NextToken value is not valid. /// /// One or more parameters are not valid. /// /// An exception has occurred in AWS Directory Service. /// /// The operation is not supported. ///
public DescribeTrusts ( DescribeTrustsRequest request ) : DescribeTrustsResponse
request Amazon.DirectoryService.Model.DescribeTrustsRequest Container for the necessary parameters to execute the DescribeTrusts service method.
Результат Amazon.DirectoryService.Model.DescribeTrustsResponse
        public DescribeTrustsResponse DescribeTrusts(DescribeTrustsRequest request)
        {
            var marshaller = new DescribeTrustsRequestMarshaller();
            var unmarshaller = DescribeTrustsResponseUnmarshaller.Instance;

            return Invoke<DescribeTrustsRequest,DescribeTrustsResponse>(request, marshaller, unmarshaller);
        }
AmazonDirectoryServiceClient