Interface AWSDirectoryServiceAsync

All Superinterfaces:
AWSDirectoryService
All Known Implementing Classes:
AbstractAWSDirectoryServiceAsync, AWSDirectoryServiceAsyncClient

public interface AWSDirectoryServiceAsync extends AWSDirectoryService
Interface for accessing Directory Service asynchronously. Each asynchronous method will return a Java Future object representing the asynchronous operation; overloads which accept an AsyncHandler can be used to receive notification when an asynchronous operation completes.

AWS Directory Service

This is the AWS Directory Service API Reference. This guide provides detailed information about AWS Directory Service operations, data types, parameters, and errors.

  • Method Details

    • connectDirectoryAsync

      Future<ConnectDirectoryResult> connectDirectoryAsync(ConnectDirectoryRequest connectDirectoryRequest)

      Creates an AD Connector to connect to an on-premises directory.

      Parameters:
      connectDirectoryRequest - Contains the inputs for the ConnectDirectory operation.
      Returns:
      A Java Future containing the result of the ConnectDirectory operation returned by the service.
    • connectDirectoryAsync

      Creates an AD Connector to connect to an on-premises directory.

      Parameters:
      connectDirectoryRequest - Contains the inputs for the ConnectDirectory operation.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the ConnectDirectory operation returned by the service.
    • createAliasAsync

      Future<CreateAliasResult> createAliasAsync(CreateAliasRequest createAliasRequest)

      Creates an alias for a directory and assigns the alias to the directory. The alias is used to construct the access URL for the directory, such as http://<![CDATA[<]]>alias<![CDATA[>]]>.awsapps.com .

      After an alias has been created, it cannot be deleted or reused, so this operation should only be used when absolutely necessary.

      Parameters:
      createAliasRequest - Contains the inputs for the CreateAlias operation.
      Returns:
      A Java Future containing the result of the CreateAlias operation returned by the service.
    • createAliasAsync

      Future<CreateAliasResult> createAliasAsync(CreateAliasRequest createAliasRequest, AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)

      Creates an alias for a directory and assigns the alias to the directory. The alias is used to construct the access URL for the directory, such as http://<![CDATA[<]]>alias<![CDATA[>]]>.awsapps.com .

      After an alias has been created, it cannot be deleted or reused, so this operation should only be used when absolutely necessary.

      Parameters:
      createAliasRequest - Contains the inputs for the CreateAlias operation.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the CreateAlias operation returned by the service.
    • createComputerAsync

      Future<CreateComputerResult> createComputerAsync(CreateComputerRequest createComputerRequest)

      Creates a computer account in the specified directory, and joins the computer to the directory.

      Parameters:
      createComputerRequest - Contains the inputs for the CreateComputer operation.
      Returns:
      A Java Future containing the result of the CreateComputer operation returned by the service.
    • createComputerAsync

      Future<CreateComputerResult> createComputerAsync(CreateComputerRequest createComputerRequest, AsyncHandler<CreateComputerRequest,CreateComputerResult> asyncHandler)

      Creates a computer account in the specified directory, and joins the computer to the directory.

      Parameters:
      createComputerRequest - Contains the inputs for the CreateComputer operation.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the CreateComputer operation returned by the service.
    • createConditionalForwarderAsync

      Future<CreateConditionalForwarderResult> createConditionalForwarderAsync(CreateConditionalForwarderRequest createConditionalForwarderRequest)

      Creates a conditional forwarder associated with your AWS directory. Conditional forwarders are required in order to set up a trust relationship with another domain. The conditional forwarder points to the trusted domain.

      Parameters:
      createConditionalForwarderRequest - Initiates the creation of a conditional forwarder for your AWS Directory Service for Microsoft Active Directory. Conditional forwarders are required in order to set up a trust relationship with another domain.
      Returns:
      A Java Future containing the result of the CreateConditionalForwarder operation returned by the service.
    • createConditionalForwarderAsync

      Creates a conditional forwarder associated with your AWS directory. Conditional forwarders are required in order to set up a trust relationship with another domain. The conditional forwarder points to the trusted domain.

      Parameters:
      createConditionalForwarderRequest - Initiates the creation of a conditional forwarder for your AWS Directory Service for Microsoft Active Directory. Conditional forwarders are required in order to set up a trust relationship with another domain.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the CreateConditionalForwarder operation returned by the service.
    • createDirectoryAsync

      Future<CreateDirectoryResult> createDirectoryAsync(CreateDirectoryRequest createDirectoryRequest)

      Creates a Simple AD directory.

      Parameters:
      createDirectoryRequest - Contains the inputs for the CreateDirectory operation.
      Returns:
      A Java Future containing the result of the CreateDirectory operation returned by the service.
    • createDirectoryAsync

      Creates a Simple AD directory.

      Parameters:
      createDirectoryRequest - Contains the inputs for the CreateDirectory operation.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the CreateDirectory operation returned by the service.
    • createMicrosoftADAsync

      Future<CreateMicrosoftADResult> createMicrosoftADAsync(CreateMicrosoftADRequest createMicrosoftADRequest)
      Creates a Microsoft AD in the AWS cloud.
      Parameters:
      createMicrosoftADRequest - Creates a Microsoft AD in the AWS cloud.
      Returns:
      A Java Future containing the result of the CreateMicrosoftAD operation returned by the service.
    • createMicrosoftADAsync

      Creates a Microsoft AD in the AWS cloud.
      Parameters:
      createMicrosoftADRequest - Creates a Microsoft AD in the AWS cloud.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the CreateMicrosoftAD operation returned by the service.
    • createSnapshotAsync

      Future<CreateSnapshotResult> createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)

      Creates a snapshot of a Simple AD or Microsoft AD directory in the AWS cloud.

      You cannot take snapshots of AD Connector directories.

      Parameters:
      createSnapshotRequest - Contains the inputs for the CreateSnapshot operation.
      Returns:
      A Java Future containing the result of the CreateSnapshot operation returned by the service.
    • createSnapshotAsync

      Future<CreateSnapshotResult> createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)

      Creates a snapshot of a Simple AD or Microsoft AD directory in the AWS cloud.

      You cannot take snapshots of AD Connector directories.

      Parameters:
      createSnapshotRequest - Contains the inputs for the CreateSnapshot operation.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the CreateSnapshot operation returned by the service.
    • createTrustAsync

      Future<CreateTrustResult> createTrustAsync(CreateTrustRequest createTrustRequest)

      AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example, you can establish a trust between your Microsoft AD in the AWS cloud, and your existing on-premises Microsoft Active Directory. This would allow you to provide users and groups access to resources in either domain, with a single set of credentials.

      This action initiates the creation of the AWS side of a trust relationship between a Microsoft AD in the AWS cloud and an external domain.

      Parameters:
      createTrustRequest - AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example, you can establish a trust between your Microsoft AD in the AWS cloud, and your existing on-premises Microsoft Active Directory. This would allow you to provide users and groups access to resources in either domain, with a single set of credentials.

      This action initiates the creation of the AWS side of a trust relationship between a Microsoft AD in the AWS cloud and an external domain.

      Returns:
      A Java Future containing the result of the CreateTrust operation returned by the service.
    • createTrustAsync

      Future<CreateTrustResult> createTrustAsync(CreateTrustRequest createTrustRequest, AsyncHandler<CreateTrustRequest,CreateTrustResult> asyncHandler)

      AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example, you can establish a trust between your Microsoft AD in the AWS cloud, and your existing on-premises Microsoft Active Directory. This would allow you to provide users and groups access to resources in either domain, with a single set of credentials.

      This action initiates the creation of the AWS side of a trust relationship between a Microsoft AD in the AWS cloud and an external domain.

      Parameters:
      createTrustRequest - AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example, you can establish a trust between your Microsoft AD in the AWS cloud, and your existing on-premises Microsoft Active Directory. This would allow you to provide users and groups access to resources in either domain, with a single set of credentials.

      This action initiates the creation of the AWS side of a trust relationship between a Microsoft AD in the AWS cloud and an external domain.

      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the CreateTrust operation returned by the service.
    • deleteConditionalForwarderAsync

      Future<DeleteConditionalForwarderResult> deleteConditionalForwarderAsync(DeleteConditionalForwarderRequest deleteConditionalForwarderRequest)

      Deletes a conditional forwarder that has been set up for your AWS directory.

      Parameters:
      deleteConditionalForwarderRequest -
      Returns:
      A Java Future containing the result of the DeleteConditionalForwarder operation returned by the service.
    • deleteConditionalForwarderAsync

      Deletes a conditional forwarder that has been set up for your AWS directory.

      Parameters:
      deleteConditionalForwarderRequest -
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DeleteConditionalForwarder operation returned by the service.
    • deleteDirectoryAsync

      Future<DeleteDirectoryResult> deleteDirectoryAsync(DeleteDirectoryRequest deleteDirectoryRequest)

      Deletes an AWS Directory Service directory.

      Parameters:
      deleteDirectoryRequest - Contains the inputs for the DeleteDirectory operation.
      Returns:
      A Java Future containing the result of the DeleteDirectory operation returned by the service.
    • deleteDirectoryAsync

      Deletes an AWS Directory Service directory.

      Parameters:
      deleteDirectoryRequest - Contains the inputs for the DeleteDirectory operation.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DeleteDirectory operation returned by the service.
    • deleteSnapshotAsync

      Future<DeleteSnapshotResult> deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest)

      Deletes a directory snapshot.

      Parameters:
      deleteSnapshotRequest - Contains the inputs for the DeleteSnapshot operation.
      Returns:
      A Java Future containing the result of the DeleteSnapshot operation returned by the service.
    • deleteSnapshotAsync

      Future<DeleteSnapshotResult> deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest,DeleteSnapshotResult> asyncHandler)

      Deletes a directory snapshot.

      Parameters:
      deleteSnapshotRequest - Contains the inputs for the DeleteSnapshot operation.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DeleteSnapshot operation returned by the service.
    • deleteTrustAsync

      Future<DeleteTrustResult> deleteTrustAsync(DeleteTrustRequest deleteTrustRequest)
      Deletes an existing trust relationship between your Microsoft AD in the AWS cloud and an external domain.
      Parameters:
      deleteTrustRequest - Deletes the local side of an existing trust relationship between the Microsoft AD in the AWS cloud and the external domain.
      Returns:
      A Java Future containing the result of the DeleteTrust operation returned by the service.
    • deleteTrustAsync

      Future<DeleteTrustResult> deleteTrustAsync(DeleteTrustRequest deleteTrustRequest, AsyncHandler<DeleteTrustRequest,DeleteTrustResult> asyncHandler)
      Deletes an existing trust relationship between your Microsoft AD in the AWS cloud and an external domain.
      Parameters:
      deleteTrustRequest - Deletes the local side of an existing trust relationship between the Microsoft AD in the AWS cloud and the external domain.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DeleteTrust operation returned by the service.
    • deregisterEventTopicAsync

      Future<DeregisterEventTopicResult> deregisterEventTopicAsync(DeregisterEventTopicRequest deregisterEventTopicRequest)

      Removes the specified directory as a publisher to the specified SNS topic.

      Parameters:
      deregisterEventTopicRequest - Removes the specified directory as a publisher to the specified SNS topic.
      Returns:
      A Java Future containing the result of the DeregisterEventTopic operation returned by the service.
    • deregisterEventTopicAsync

      Removes the specified directory as a publisher to the specified SNS topic.

      Parameters:
      deregisterEventTopicRequest - Removes the specified directory as a publisher to the specified SNS topic.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DeregisterEventTopic operation returned by the service.
    • describeConditionalForwardersAsync

      Future<DescribeConditionalForwardersResult> describeConditionalForwardersAsync(DescribeConditionalForwardersRequest describeConditionalForwardersRequest)

      Obtains information about the conditional forwarders for this account.

      If no input parameters are provided for RemoteDomainNames, this request describes all conditional forwarders for the specified directory ID.

      Parameters:
      describeConditionalForwardersRequest -
      Returns:
      A Java Future containing the result of the DescribeConditionalForwarders operation returned by the service.
    • describeConditionalForwardersAsync

      Obtains information about the conditional forwarders for this account.

      If no input parameters are provided for RemoteDomainNames, this request describes all conditional forwarders for the specified directory ID.

      Parameters:
      describeConditionalForwardersRequest -
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DescribeConditionalForwarders operation returned by the service.
    • describeDirectoriesAsync

      Future<DescribeDirectoriesResult> describeDirectoriesAsync(DescribeDirectoriesRequest describeDirectoriesRequest)

      Obtains information about the directories that belong to this account.

      You can retrieve information about specific directories by passing the directory identifiers in the DirectoryIds parameter. Otherwise, all directories that belong to the current account are returned.

      This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the DescribeDirectoriesResult.NextToken member contains a token that you pass in the next call to DescribeDirectories to retrieve the next set of items.

      You can also specify a maximum number of return results with the Limit parameter.

      Parameters:
      describeDirectoriesRequest - Contains the inputs for the DescribeDirectories operation.
      Returns:
      A Java Future containing the result of the DescribeDirectories operation returned by the service.
    • describeDirectoriesAsync

      Obtains information about the directories that belong to this account.

      You can retrieve information about specific directories by passing the directory identifiers in the DirectoryIds parameter. Otherwise, all directories that belong to the current account are returned.

      This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the DescribeDirectoriesResult.NextToken member contains a token that you pass in the next call to DescribeDirectories to retrieve the next set of items.

      You can also specify a maximum number of return results with the Limit parameter.

      Parameters:
      describeDirectoriesRequest - Contains the inputs for the DescribeDirectories operation.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DescribeDirectories operation returned by the service.
    • describeDirectoriesAsync

      Future<DescribeDirectoriesResult> describeDirectoriesAsync()
      Simplified method form for invoking the DescribeDirectories operation.
      See Also:
    • describeDirectoriesAsync

      Simplified method form for invoking the DescribeDirectories operation with an AsyncHandler.
      See Also:
    • describeEventTopicsAsync

      Future<DescribeEventTopicsResult> describeEventTopicsAsync(DescribeEventTopicsRequest describeEventTopicsRequest)

      Obtains information about which SNS topics receive status messages from the specified directory.

      If no input parameters are provided, such as DirectoryId or TopicName, this request describes all of the associations in the account.

      Parameters:
      describeEventTopicsRequest -
      Returns:
      A Java Future containing the result of the DescribeEventTopics operation returned by the service.
    • describeEventTopicsAsync

      Obtains information about which SNS topics receive status messages from the specified directory.

      If no input parameters are provided, such as DirectoryId or TopicName, this request describes all of the associations in the account.

      Parameters:
      describeEventTopicsRequest -
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DescribeEventTopics operation returned by the service.
    • describeSnapshotsAsync

      Future<DescribeSnapshotsResult> describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)

      Obtains information about the directory snapshots that belong to this account.

      This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the DescribeSnapshots.NextToken member contains a token that you pass in the next call to DescribeSnapshots to retrieve the next set of items.

      You can also specify a maximum number of return results with the Limit parameter.

      Parameters:
      describeSnapshotsRequest - Contains the inputs for the DescribeSnapshots operation.
      Returns:
      A Java Future containing the result of the DescribeSnapshots operation returned by the service.
    • describeSnapshotsAsync

      Obtains information about the directory snapshots that belong to this account.

      This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the DescribeSnapshots.NextToken member contains a token that you pass in the next call to DescribeSnapshots to retrieve the next set of items.

      You can also specify a maximum number of return results with the Limit parameter.

      Parameters:
      describeSnapshotsRequest - Contains the inputs for the DescribeSnapshots operation.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DescribeSnapshots operation returned by the service.
    • describeSnapshotsAsync

      Future<DescribeSnapshotsResult> describeSnapshotsAsync()
      Simplified method form for invoking the DescribeSnapshots operation.
      See Also:
    • describeSnapshotsAsync

      Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.
      See Also:
    • describeTrustsAsync

      Future<DescribeTrustsResult> describeTrustsAsync(DescribeTrustsRequest describeTrustsRequest)

      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.

      Parameters:
      describeTrustsRequest - Describes the trust relationships for a particular Microsoft AD in the AWS cloud. If no input parameters are are provided, such as directory ID or trust ID, this request describes all the trust relationships.
      Returns:
      A Java Future containing the result of the DescribeTrusts operation returned by the service.
    • describeTrustsAsync

      Future<DescribeTrustsResult> describeTrustsAsync(DescribeTrustsRequest describeTrustsRequest, AsyncHandler<DescribeTrustsRequest,DescribeTrustsResult> asyncHandler)

      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.

      Parameters:
      describeTrustsRequest - Describes the trust relationships for a particular Microsoft AD in the AWS cloud. If no input parameters are are provided, such as directory ID or trust ID, this request describes all the trust relationships.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DescribeTrusts operation returned by the service.
    • disableRadiusAsync

      Future<DisableRadiusResult> disableRadiusAsync(DisableRadiusRequest disableRadiusRequest)

      Disables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector directory.

      Parameters:
      disableRadiusRequest - Contains the inputs for the DisableRadius operation.
      Returns:
      A Java Future containing the result of the DisableRadius operation returned by the service.
    • disableRadiusAsync

      Future<DisableRadiusResult> disableRadiusAsync(DisableRadiusRequest disableRadiusRequest, AsyncHandler<DisableRadiusRequest,DisableRadiusResult> asyncHandler)

      Disables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector directory.

      Parameters:
      disableRadiusRequest - Contains the inputs for the DisableRadius operation.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DisableRadius operation returned by the service.
    • disableSsoAsync

      Future<DisableSsoResult> disableSsoAsync(DisableSsoRequest disableSsoRequest)

      Disables single-sign on for a directory.

      Parameters:
      disableSsoRequest - Contains the inputs for the DisableSso operation.
      Returns:
      A Java Future containing the result of the DisableSso operation returned by the service.
    • disableSsoAsync

      Future<DisableSsoResult> disableSsoAsync(DisableSsoRequest disableSsoRequest, AsyncHandler<DisableSsoRequest,DisableSsoResult> asyncHandler)

      Disables single-sign on for a directory.

      Parameters:
      disableSsoRequest - Contains the inputs for the DisableSso operation.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the DisableSso operation returned by the service.
    • enableRadiusAsync

      Future<EnableRadiusResult> enableRadiusAsync(EnableRadiusRequest enableRadiusRequest)

      Enables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector directory.

      Parameters:
      enableRadiusRequest - Contains the inputs for the EnableRadius operation.
      Returns:
      A Java Future containing the result of the EnableRadius operation returned by the service.
    • enableRadiusAsync

      Future<EnableRadiusResult> enableRadiusAsync(EnableRadiusRequest enableRadiusRequest, AsyncHandler<EnableRadiusRequest,EnableRadiusResult> asyncHandler)

      Enables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector directory.

      Parameters:
      enableRadiusRequest - Contains the inputs for the EnableRadius operation.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the EnableRadius operation returned by the service.
    • enableSsoAsync

      Future<EnableSsoResult> enableSsoAsync(EnableSsoRequest enableSsoRequest)

      Enables single-sign on for a directory.

      Parameters:
      enableSsoRequest - Contains the inputs for the EnableSso operation.
      Returns:
      A Java Future containing the result of the EnableSso operation returned by the service.
    • enableSsoAsync

      Future<EnableSsoResult> enableSsoAsync(EnableSsoRequest enableSsoRequest, AsyncHandler<EnableSsoRequest,EnableSsoResult> asyncHandler)

      Enables single-sign on for a directory.

      Parameters:
      enableSsoRequest - Contains the inputs for the EnableSso operation.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the EnableSso operation returned by the service.
    • getDirectoryLimitsAsync

      Future<GetDirectoryLimitsResult> getDirectoryLimitsAsync(GetDirectoryLimitsRequest getDirectoryLimitsRequest)

      Obtains directory limit information for the current region.

      Parameters:
      getDirectoryLimitsRequest - Contains the inputs for the GetDirectoryLimits operation.
      Returns:
      A Java Future containing the result of the GetDirectoryLimits operation returned by the service.
    • getDirectoryLimitsAsync

      Obtains directory limit information for the current region.

      Parameters:
      getDirectoryLimitsRequest - Contains the inputs for the GetDirectoryLimits operation.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the GetDirectoryLimits operation returned by the service.
    • getDirectoryLimitsAsync

      Future<GetDirectoryLimitsResult> getDirectoryLimitsAsync()
      Simplified method form for invoking the GetDirectoryLimits operation.
      See Also:
    • getDirectoryLimitsAsync

      Simplified method form for invoking the GetDirectoryLimits operation with an AsyncHandler.
      See Also:
    • getSnapshotLimitsAsync

      Future<GetSnapshotLimitsResult> getSnapshotLimitsAsync(GetSnapshotLimitsRequest getSnapshotLimitsRequest)

      Obtains the manual snapshot limits for a directory.

      Parameters:
      getSnapshotLimitsRequest - Contains the inputs for the GetSnapshotLimits operation.
      Returns:
      A Java Future containing the result of the GetSnapshotLimits operation returned by the service.
    • getSnapshotLimitsAsync

      Obtains the manual snapshot limits for a directory.

      Parameters:
      getSnapshotLimitsRequest - Contains the inputs for the GetSnapshotLimits operation.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the GetSnapshotLimits operation returned by the service.
    • registerEventTopicAsync

      Future<RegisterEventTopicResult> registerEventTopicAsync(RegisterEventTopicRequest registerEventTopicRequest)

      Associates a directory with an SNS topic. This establishes the directory as a publisher to the specified SNS topic. You can then receive email or text (SMS) messages when the status of your directory changes. You get notified if your directory goes from an Active status to an Impaired or Inoperable status. You also receive a notification when the directory returns to an Active status.

      Parameters:
      registerEventTopicRequest -
      Returns:
      A Java Future containing the result of the RegisterEventTopic operation returned by the service.
    • registerEventTopicAsync

      Associates a directory with an SNS topic. This establishes the directory as a publisher to the specified SNS topic. You can then receive email or text (SMS) messages when the status of your directory changes. You get notified if your directory goes from an Active status to an Impaired or Inoperable status. You also receive a notification when the directory returns to an Active status.

      Parameters:
      registerEventTopicRequest -
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the RegisterEventTopic operation returned by the service.
    • restoreFromSnapshotAsync

      Future<RestoreFromSnapshotResult> restoreFromSnapshotAsync(RestoreFromSnapshotRequest restoreFromSnapshotRequest)

      Restores a directory using an existing directory snapshot.

      When you restore a directory from a snapshot, any changes made to the directory after the snapshot date are overwritten.

      This action returns as soon as the restore operation is initiated. You can monitor the progress of the restore operation by calling the DescribeDirectories operation with the directory identifier. When the DirectoryDescription.Stage value changes to Active, the restore operation is complete.

      Parameters:
      restoreFromSnapshotRequest - An object representing the inputs for the RestoreFromSnapshot operation.
      Returns:
      A Java Future containing the result of the RestoreFromSnapshot operation returned by the service.
    • restoreFromSnapshotAsync

      Restores a directory using an existing directory snapshot.

      When you restore a directory from a snapshot, any changes made to the directory after the snapshot date are overwritten.

      This action returns as soon as the restore operation is initiated. You can monitor the progress of the restore operation by calling the DescribeDirectories operation with the directory identifier. When the DirectoryDescription.Stage value changes to Active, the restore operation is complete.

      Parameters:
      restoreFromSnapshotRequest - An object representing the inputs for the RestoreFromSnapshot operation.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the RestoreFromSnapshot operation returned by the service.
    • updateConditionalForwarderAsync

      Future<UpdateConditionalForwarderResult> updateConditionalForwarderAsync(UpdateConditionalForwarderRequest updateConditionalForwarderRequest)

      Updates a conditional forwarder that has been set up for your AWS directory.

      Parameters:
      updateConditionalForwarderRequest -
      Returns:
      A Java Future containing the result of the UpdateConditionalForwarder operation returned by the service.
    • updateConditionalForwarderAsync

      Updates a conditional forwarder that has been set up for your AWS directory.

      Parameters:
      updateConditionalForwarderRequest -
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the UpdateConditionalForwarder operation returned by the service.
    • updateRadiusAsync

      Future<UpdateRadiusResult> updateRadiusAsync(UpdateRadiusRequest updateRadiusRequest)

      Updates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector directory.

      Parameters:
      updateRadiusRequest - Contains the inputs for the UpdateRadius operation.
      Returns:
      A Java Future containing the result of the UpdateRadius operation returned by the service.
    • updateRadiusAsync

      Future<UpdateRadiusResult> updateRadiusAsync(UpdateRadiusRequest updateRadiusRequest, AsyncHandler<UpdateRadiusRequest,UpdateRadiusResult> asyncHandler)

      Updates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector directory.

      Parameters:
      updateRadiusRequest - Contains the inputs for the UpdateRadius operation.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the UpdateRadius operation returned by the service.
    • verifyTrustAsync

      Future<VerifyTrustResult> verifyTrustAsync(VerifyTrustRequest verifyTrustRequest)

      AWS Directory Service for Microsoft Active Directory allows you to configure and verify trust relationships.

      This action verifies a trust relationship between your Microsoft AD in the AWS cloud and an external domain.

      Parameters:
      verifyTrustRequest - Initiates the verification of an existing trust relationship between a Microsoft AD in the AWS cloud and an external domain.
      Returns:
      A Java Future containing the result of the VerifyTrust operation returned by the service.
    • verifyTrustAsync

      Future<VerifyTrustResult> verifyTrustAsync(VerifyTrustRequest verifyTrustRequest, AsyncHandler<VerifyTrustRequest,VerifyTrustResult> asyncHandler)

      AWS Directory Service for Microsoft Active Directory allows you to configure and verify trust relationships.

      This action verifies a trust relationship between your Microsoft AD in the AWS cloud and an external domain.

      Parameters:
      verifyTrustRequest - Initiates the verification of an existing trust relationship between a Microsoft AD in the AWS cloud and an external domain.
      asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an implementation of the callback methods in this interface to receive notification of successful or unsuccessful completion of the operation.
      Returns:
      A Java Future containing the result of the VerifyTrust operation returned by the service.