Uses of Class
software.amazon.awssdk.services.directory.model.CreateTrustResponse
-
Packages that use CreateTrustResponse Package Description software.amazon.awssdk.services.directory Directory Service -
-
Uses of CreateTrustResponse in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory that return CreateTrustResponse Modifier and Type Method Description default CreateTrustResponseDirectoryClient. createTrust(Consumer<CreateTrustRequest.Builder> createTrustRequest)Directory Service for Microsoft Active Directory allows you to configure trust relationships.default CreateTrustResponseDirectoryClient. createTrust(CreateTrustRequest createTrustRequest)Directory Service for Microsoft Active Directory allows you to configure trust relationships.Methods in software.amazon.awssdk.services.directory that return types with arguments of type CreateTrustResponse Modifier and Type Method Description default CompletableFuture<CreateTrustResponse>DirectoryAsyncClient. createTrust(Consumer<CreateTrustRequest.Builder> createTrustRequest)Directory Service for Microsoft Active Directory allows you to configure trust relationships.default CompletableFuture<CreateTrustResponse>DirectoryAsyncClient. createTrust(CreateTrustRequest createTrustRequest)Directory Service for Microsoft Active Directory allows you to configure trust relationships.
-