@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSDirectoryServiceAsync extends AWSDirectoryService
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSDirectoryServiceAsync
instead.
Directory Service is a web service that makes it easy for you to setup and run directories in the Amazon Web Services cloud, or connect your Amazon Web Services resources with an existing self-managed Microsoft Active Directory. This guide provides detailed information about Directory Service operations, data types, parameters, and errors. For information about Directory Services features, see Directory Service and the Directory Service Administration Guide.
Amazon Web Services provides SDKs that consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .Net, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to Directory Service and other Amazon Web Services services. For more information about the Amazon Web Services SDKs, including how to download and install them, see Tools for Amazon Web Services.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<AcceptSharedDirectoryResult> |
acceptSharedDirectoryAsync(AcceptSharedDirectoryRequest acceptSharedDirectoryRequest)
Accepts a directory sharing request that was sent from the directory owner account.
|
Future<AcceptSharedDirectoryResult> |
acceptSharedDirectoryAsync(AcceptSharedDirectoryRequest acceptSharedDirectoryRequest,
AsyncHandler<AcceptSharedDirectoryRequest,AcceptSharedDirectoryResult> asyncHandler)
Accepts a directory sharing request that was sent from the directory owner account.
|
Future<AddIpRoutesResult> |
addIpRoutesAsync(AddIpRoutesRequest addIpRoutesRequest)
If the DNS server for your self-managed domain uses a publicly addressable IP address, you must add a CIDR
address block to correctly route traffic to and from your Microsoft AD on Amazon Web Services.
|
Future<AddIpRoutesResult> |
addIpRoutesAsync(AddIpRoutesRequest addIpRoutesRequest,
AsyncHandler<AddIpRoutesRequest,AddIpRoutesResult> asyncHandler)
If the DNS server for your self-managed domain uses a publicly addressable IP address, you must add a CIDR
address block to correctly route traffic to and from your Microsoft AD on Amazon Web Services.
|
Future<AddRegionResult> |
addRegionAsync(AddRegionRequest addRegionRequest)
Adds two domain controllers in the specified Region for the specified directory.
|
Future<AddRegionResult> |
addRegionAsync(AddRegionRequest addRegionRequest,
AsyncHandler<AddRegionRequest,AddRegionResult> asyncHandler)
Adds two domain controllers in the specified Region for the specified directory.
|
Future<AddTagsToResourceResult> |
addTagsToResourceAsync(AddTagsToResourceRequest addTagsToResourceRequest)
Adds or overwrites one or more tags for the specified directory.
|
Future<AddTagsToResourceResult> |
addTagsToResourceAsync(AddTagsToResourceRequest addTagsToResourceRequest,
AsyncHandler<AddTagsToResourceRequest,AddTagsToResourceResult> asyncHandler)
Adds or overwrites one or more tags for the specified directory.
|
Future<CancelSchemaExtensionResult> |
cancelSchemaExtensionAsync(CancelSchemaExtensionRequest cancelSchemaExtensionRequest)
Cancels an in-progress schema extension to a Microsoft AD directory.
|
Future<CancelSchemaExtensionResult> |
cancelSchemaExtensionAsync(CancelSchemaExtensionRequest cancelSchemaExtensionRequest,
AsyncHandler<CancelSchemaExtensionRequest,CancelSchemaExtensionResult> asyncHandler)
Cancels an in-progress schema extension to a Microsoft AD directory.
|
Future<ConnectDirectoryResult> |
connectDirectoryAsync(ConnectDirectoryRequest connectDirectoryRequest)
Creates an AD Connector to connect to a self-managed directory.
|
Future<ConnectDirectoryResult> |
connectDirectoryAsync(ConnectDirectoryRequest connectDirectoryRequest,
AsyncHandler<ConnectDirectoryRequest,ConnectDirectoryResult> asyncHandler)
Creates an AD Connector to connect to a self-managed directory.
|
Future<CreateAliasResult> |
createAliasAsync(CreateAliasRequest createAliasRequest)
Creates an alias for a directory and assigns the alias to the directory.
|
Future<CreateAliasResult> |
createAliasAsync(CreateAliasRequest createAliasRequest,
AsyncHandler<CreateAliasRequest,CreateAliasResult> asyncHandler)
Creates an alias for a directory and assigns the alias to the directory.
|
Future<CreateComputerResult> |
createComputerAsync(CreateComputerRequest createComputerRequest)
Creates an Active Directory computer object in the specified directory.
|
Future<CreateComputerResult> |
createComputerAsync(CreateComputerRequest createComputerRequest,
AsyncHandler<CreateComputerRequest,CreateComputerResult> asyncHandler)
Creates an Active Directory computer object in the specified directory.
|
Future<CreateConditionalForwarderResult> |
createConditionalForwarderAsync(CreateConditionalForwarderRequest createConditionalForwarderRequest)
Creates a conditional forwarder associated with your Amazon Web Services directory.
|
Future<CreateConditionalForwarderResult> |
createConditionalForwarderAsync(CreateConditionalForwarderRequest createConditionalForwarderRequest,
AsyncHandler<CreateConditionalForwarderRequest,CreateConditionalForwarderResult> asyncHandler)
Creates a conditional forwarder associated with your Amazon Web Services directory.
|
Future<CreateDirectoryResult> |
createDirectoryAsync(CreateDirectoryRequest createDirectoryRequest)
Creates a Simple AD directory.
|
Future<CreateDirectoryResult> |
createDirectoryAsync(CreateDirectoryRequest createDirectoryRequest,
AsyncHandler<CreateDirectoryRequest,CreateDirectoryResult> asyncHandler)
Creates a Simple AD directory.
|
Future<CreateLogSubscriptionResult> |
createLogSubscriptionAsync(CreateLogSubscriptionRequest createLogSubscriptionRequest)
Creates a subscription to forward real-time Directory Service domain controller security logs to the specified
Amazon CloudWatch log group in your Amazon Web Services account.
|
Future<CreateLogSubscriptionResult> |
createLogSubscriptionAsync(CreateLogSubscriptionRequest createLogSubscriptionRequest,
AsyncHandler<CreateLogSubscriptionRequest,CreateLogSubscriptionResult> asyncHandler)
Creates a subscription to forward real-time Directory Service domain controller security logs to the specified
Amazon CloudWatch log group in your Amazon Web Services account.
|
Future<CreateMicrosoftADResult> |
createMicrosoftADAsync(CreateMicrosoftADRequest createMicrosoftADRequest)
Creates a Microsoft AD directory in the Amazon Web Services Cloud.
|
Future<CreateMicrosoftADResult> |
createMicrosoftADAsync(CreateMicrosoftADRequest createMicrosoftADRequest,
AsyncHandler<CreateMicrosoftADRequest,CreateMicrosoftADResult> asyncHandler)
Creates a Microsoft AD directory in the Amazon Web Services Cloud.
|
Future<CreateSnapshotResult> |
createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
Creates a snapshot of a Simple AD or Microsoft AD directory in the Amazon Web Services cloud.
|
Future<CreateSnapshotResult> |
createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
Creates a snapshot of a Simple AD or Microsoft AD directory in the Amazon Web Services cloud.
|
Future<CreateTrustResult> |
createTrustAsync(CreateTrustRequest createTrustRequest)
Directory Service for Microsoft Active Directory allows you to configure trust relationships.
|
Future<CreateTrustResult> |
createTrustAsync(CreateTrustRequest createTrustRequest,
AsyncHandler<CreateTrustRequest,CreateTrustResult> asyncHandler)
Directory Service for Microsoft Active Directory allows you to configure trust relationships.
|
Future<DeleteConditionalForwarderResult> |
deleteConditionalForwarderAsync(DeleteConditionalForwarderRequest deleteConditionalForwarderRequest)
Deletes a conditional forwarder that has been set up for your Amazon Web Services directory.
|
Future<DeleteConditionalForwarderResult> |
deleteConditionalForwarderAsync(DeleteConditionalForwarderRequest deleteConditionalForwarderRequest,
AsyncHandler<DeleteConditionalForwarderRequest,DeleteConditionalForwarderResult> asyncHandler)
Deletes a conditional forwarder that has been set up for your Amazon Web Services directory.
|
Future<DeleteDirectoryResult> |
deleteDirectoryAsync(DeleteDirectoryRequest deleteDirectoryRequest)
Deletes an Directory Service directory.
|
Future<DeleteDirectoryResult> |
deleteDirectoryAsync(DeleteDirectoryRequest deleteDirectoryRequest,
AsyncHandler<DeleteDirectoryRequest,DeleteDirectoryResult> asyncHandler)
Deletes an Directory Service directory.
|
Future<DeleteLogSubscriptionResult> |
deleteLogSubscriptionAsync(DeleteLogSubscriptionRequest deleteLogSubscriptionRequest)
Deletes the specified log subscription.
|
Future<DeleteLogSubscriptionResult> |
deleteLogSubscriptionAsync(DeleteLogSubscriptionRequest deleteLogSubscriptionRequest,
AsyncHandler<DeleteLogSubscriptionRequest,DeleteLogSubscriptionResult> asyncHandler)
Deletes the specified log subscription.
|
Future<DeleteSnapshotResult> |
deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes a directory snapshot.
|
Future<DeleteSnapshotResult> |
deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest,
AsyncHandler<DeleteSnapshotRequest,DeleteSnapshotResult> asyncHandler)
Deletes a directory snapshot.
|
Future<DeleteTrustResult> |
deleteTrustAsync(DeleteTrustRequest deleteTrustRequest)
Deletes an existing trust relationship between your Managed Microsoft AD directory and an external domain.
|
Future<DeleteTrustResult> |
deleteTrustAsync(DeleteTrustRequest deleteTrustRequest,
AsyncHandler<DeleteTrustRequest,DeleteTrustResult> asyncHandler)
Deletes an existing trust relationship between your Managed Microsoft AD directory and an external domain.
|
Future<DeregisterCertificateResult> |
deregisterCertificateAsync(DeregisterCertificateRequest deregisterCertificateRequest)
Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication.
|
Future<DeregisterCertificateResult> |
deregisterCertificateAsync(DeregisterCertificateRequest deregisterCertificateRequest,
AsyncHandler<DeregisterCertificateRequest,DeregisterCertificateResult> asyncHandler)
Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication.
|
Future<DeregisterEventTopicResult> |
deregisterEventTopicAsync(DeregisterEventTopicRequest deregisterEventTopicRequest)
Removes the specified directory as a publisher to the specified Amazon SNS topic.
|
Future<DeregisterEventTopicResult> |
deregisterEventTopicAsync(DeregisterEventTopicRequest deregisterEventTopicRequest,
AsyncHandler<DeregisterEventTopicRequest,DeregisterEventTopicResult> asyncHandler)
Removes the specified directory as a publisher to the specified Amazon SNS topic.
|
Future<DescribeCertificateResult> |
describeCertificateAsync(DescribeCertificateRequest describeCertificateRequest)
Displays information about the certificate registered for secure LDAP or client certificate authentication.
|
Future<DescribeCertificateResult> |
describeCertificateAsync(DescribeCertificateRequest describeCertificateRequest,
AsyncHandler<DescribeCertificateRequest,DescribeCertificateResult> asyncHandler)
Displays information about the certificate registered for secure LDAP or client certificate authentication.
|
Future<DescribeClientAuthenticationSettingsResult> |
describeClientAuthenticationSettingsAsync(DescribeClientAuthenticationSettingsRequest describeClientAuthenticationSettingsRequest)
Retrieves information about the type of client authentication for the specified directory, if the type is
specified.
|
Future<DescribeClientAuthenticationSettingsResult> |
describeClientAuthenticationSettingsAsync(DescribeClientAuthenticationSettingsRequest describeClientAuthenticationSettingsRequest,
AsyncHandler<DescribeClientAuthenticationSettingsRequest,DescribeClientAuthenticationSettingsResult> asyncHandler)
Retrieves information about the type of client authentication for the specified directory, if the type is
specified.
|
Future<DescribeConditionalForwardersResult> |
describeConditionalForwardersAsync(DescribeConditionalForwardersRequest describeConditionalForwardersRequest)
Obtains information about the conditional forwarders for this account.
|
Future<DescribeConditionalForwardersResult> |
describeConditionalForwardersAsync(DescribeConditionalForwardersRequest describeConditionalForwardersRequest,
AsyncHandler<DescribeConditionalForwardersRequest,DescribeConditionalForwardersResult> asyncHandler)
Obtains information about the conditional forwarders for this account.
|
Future<DescribeDirectoriesResult> |
describeDirectoriesAsync()
Simplified method form for invoking the DescribeDirectories operation.
|
Future<DescribeDirectoriesResult> |
describeDirectoriesAsync(AsyncHandler<DescribeDirectoriesRequest,DescribeDirectoriesResult> asyncHandler)
Simplified method form for invoking the DescribeDirectories operation with an AsyncHandler.
|
Future<DescribeDirectoriesResult> |
describeDirectoriesAsync(DescribeDirectoriesRequest describeDirectoriesRequest)
Obtains information about the directories that belong to this account.
|
Future<DescribeDirectoriesResult> |
describeDirectoriesAsync(DescribeDirectoriesRequest describeDirectoriesRequest,
AsyncHandler<DescribeDirectoriesRequest,DescribeDirectoriesResult> asyncHandler)
Obtains information about the directories that belong to this account.
|
Future<DescribeDomainControllersResult> |
describeDomainControllersAsync(DescribeDomainControllersRequest describeDomainControllersRequest)
Provides information about any domain controllers in your directory.
|
Future<DescribeDomainControllersResult> |
describeDomainControllersAsync(DescribeDomainControllersRequest describeDomainControllersRequest,
AsyncHandler<DescribeDomainControllersRequest,DescribeDomainControllersResult> asyncHandler)
Provides information about any domain controllers in your directory.
|
Future<DescribeEventTopicsResult> |
describeEventTopicsAsync(DescribeEventTopicsRequest describeEventTopicsRequest)
Obtains information about which Amazon SNS topics receive status messages from the specified directory.
|
Future<DescribeEventTopicsResult> |
describeEventTopicsAsync(DescribeEventTopicsRequest describeEventTopicsRequest,
AsyncHandler<DescribeEventTopicsRequest,DescribeEventTopicsResult> asyncHandler)
Obtains information about which Amazon SNS topics receive status messages from the specified directory.
|
Future<DescribeLDAPSSettingsResult> |
describeLDAPSSettingsAsync(DescribeLDAPSSettingsRequest describeLDAPSSettingsRequest)
Describes the status of LDAP security for the specified directory.
|
Future<DescribeLDAPSSettingsResult> |
describeLDAPSSettingsAsync(DescribeLDAPSSettingsRequest describeLDAPSSettingsRequest,
AsyncHandler<DescribeLDAPSSettingsRequest,DescribeLDAPSSettingsResult> asyncHandler)
Describes the status of LDAP security for the specified directory.
|
Future<DescribeRegionsResult> |
describeRegionsAsync(DescribeRegionsRequest describeRegionsRequest)
Provides information about the Regions that are configured for multi-Region replication.
|
Future<DescribeRegionsResult> |
describeRegionsAsync(DescribeRegionsRequest describeRegionsRequest,
AsyncHandler<DescribeRegionsRequest,DescribeRegionsResult> asyncHandler)
Provides information about the Regions that are configured for multi-Region replication.
|
Future<DescribeSettingsResult> |
describeSettingsAsync(DescribeSettingsRequest describeSettingsRequest)
Retrieves information about the configurable settings for the specified directory.
|
Future<DescribeSettingsResult> |
describeSettingsAsync(DescribeSettingsRequest describeSettingsRequest,
AsyncHandler<DescribeSettingsRequest,DescribeSettingsResult> asyncHandler)
Retrieves information about the configurable settings for the specified directory.
|
Future<DescribeSharedDirectoriesResult> |
describeSharedDirectoriesAsync(DescribeSharedDirectoriesRequest describeSharedDirectoriesRequest)
Returns the shared directories in your account.
|
Future<DescribeSharedDirectoriesResult> |
describeSharedDirectoriesAsync(DescribeSharedDirectoriesRequest describeSharedDirectoriesRequest,
AsyncHandler<DescribeSharedDirectoriesRequest,DescribeSharedDirectoriesResult> asyncHandler)
Returns the shared directories in your account.
|
Future<DescribeSnapshotsResult> |
describeSnapshotsAsync()
Simplified method form for invoking the DescribeSnapshots operation.
|
Future<DescribeSnapshotsResult> |
describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Simplified method form for invoking the DescribeSnapshots operation with an AsyncHandler.
|
Future<DescribeSnapshotsResult> |
describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest)
Obtains information about the directory snapshots that belong to this account.
|
Future<DescribeSnapshotsResult> |
describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest,
AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
Obtains information about the directory snapshots that belong to this account.
|
Future<DescribeTrustsResult> |
describeTrustsAsync(DescribeTrustsRequest describeTrustsRequest)
Obtains information about the trust relationships for this account.
|
Future<DescribeTrustsResult> |
describeTrustsAsync(DescribeTrustsRequest describeTrustsRequest,
AsyncHandler<DescribeTrustsRequest,DescribeTrustsResult> asyncHandler)
Obtains information about the trust relationships for this account.
|
Future<DescribeUpdateDirectoryResult> |
describeUpdateDirectoryAsync(DescribeUpdateDirectoryRequest describeUpdateDirectoryRequest)
Describes the updates of a directory for a particular update type.
|
Future<DescribeUpdateDirectoryResult> |
describeUpdateDirectoryAsync(DescribeUpdateDirectoryRequest describeUpdateDirectoryRequest,
AsyncHandler<DescribeUpdateDirectoryRequest,DescribeUpdateDirectoryResult> asyncHandler)
Describes the updates of a directory for a particular update type.
|
Future<DisableClientAuthenticationResult> |
disableClientAuthenticationAsync(DisableClientAuthenticationRequest disableClientAuthenticationRequest)
Disables alternative client authentication methods for the specified directory.
|
Future<DisableClientAuthenticationResult> |
disableClientAuthenticationAsync(DisableClientAuthenticationRequest disableClientAuthenticationRequest,
AsyncHandler<DisableClientAuthenticationRequest,DisableClientAuthenticationResult> asyncHandler)
Disables alternative client authentication methods for the specified directory.
|
Future<DisableLDAPSResult> |
disableLDAPSAsync(DisableLDAPSRequest disableLDAPSRequest)
Deactivates LDAP secure calls for the specified directory.
|
Future<DisableLDAPSResult> |
disableLDAPSAsync(DisableLDAPSRequest disableLDAPSRequest,
AsyncHandler<DisableLDAPSRequest,DisableLDAPSResult> asyncHandler)
Deactivates LDAP secure calls for the specified directory.
|
Future<DisableRadiusResult> |
disableRadiusAsync(DisableRadiusRequest disableRadiusRequest)
Disables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server
for an AD Connector or Microsoft AD directory.
|
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 or Microsoft AD directory.
|
Future<DisableSsoResult> |
disableSsoAsync(DisableSsoRequest disableSsoRequest)
Disables single-sign on for a directory.
|
Future<DisableSsoResult> |
disableSsoAsync(DisableSsoRequest disableSsoRequest,
AsyncHandler<DisableSsoRequest,DisableSsoResult> asyncHandler)
Disables single-sign on for a directory.
|
Future<EnableClientAuthenticationResult> |
enableClientAuthenticationAsync(EnableClientAuthenticationRequest enableClientAuthenticationRequest)
Enables alternative client authentication methods for the specified directory.
|
Future<EnableClientAuthenticationResult> |
enableClientAuthenticationAsync(EnableClientAuthenticationRequest enableClientAuthenticationRequest,
AsyncHandler<EnableClientAuthenticationRequest,EnableClientAuthenticationResult> asyncHandler)
Enables alternative client authentication methods for the specified directory.
|
Future<EnableLDAPSResult> |
enableLDAPSAsync(EnableLDAPSRequest enableLDAPSRequest)
Activates the switch for the specific directory to always use LDAP secure calls.
|
Future<EnableLDAPSResult> |
enableLDAPSAsync(EnableLDAPSRequest enableLDAPSRequest,
AsyncHandler<EnableLDAPSRequest,EnableLDAPSResult> asyncHandler)
Activates the switch for the specific directory to always use LDAP secure calls.
|
Future<EnableRadiusResult> |
enableRadiusAsync(EnableRadiusRequest enableRadiusRequest)
Enables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for
an AD Connector or Microsoft AD directory.
|
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 or Microsoft AD directory.
|
Future<EnableSsoResult> |
enableSsoAsync(EnableSsoRequest enableSsoRequest)
Enables single sign-on for a directory.
|
Future<EnableSsoResult> |
enableSsoAsync(EnableSsoRequest enableSsoRequest,
AsyncHandler<EnableSsoRequest,EnableSsoResult> asyncHandler)
Enables single sign-on for a directory.
|
Future<GetDirectoryLimitsResult> |
getDirectoryLimitsAsync()
Simplified method form for invoking the GetDirectoryLimits operation.
|
Future<GetDirectoryLimitsResult> |
getDirectoryLimitsAsync(AsyncHandler<GetDirectoryLimitsRequest,GetDirectoryLimitsResult> asyncHandler)
Simplified method form for invoking the GetDirectoryLimits operation with an AsyncHandler.
|
Future<GetDirectoryLimitsResult> |
getDirectoryLimitsAsync(GetDirectoryLimitsRequest getDirectoryLimitsRequest)
Obtains directory limit information for the current Region.
|
Future<GetDirectoryLimitsResult> |
getDirectoryLimitsAsync(GetDirectoryLimitsRequest getDirectoryLimitsRequest,
AsyncHandler<GetDirectoryLimitsRequest,GetDirectoryLimitsResult> asyncHandler)
Obtains directory limit information for the current Region.
|
Future<GetSnapshotLimitsResult> |
getSnapshotLimitsAsync(GetSnapshotLimitsRequest getSnapshotLimitsRequest)
Obtains the manual snapshot limits for a directory.
|
Future<GetSnapshotLimitsResult> |
getSnapshotLimitsAsync(GetSnapshotLimitsRequest getSnapshotLimitsRequest,
AsyncHandler<GetSnapshotLimitsRequest,GetSnapshotLimitsResult> asyncHandler)
Obtains the manual snapshot limits for a directory.
|
Future<ListCertificatesResult> |
listCertificatesAsync(ListCertificatesRequest listCertificatesRequest)
For the specified directory, lists all the certificates registered for a secure LDAP or client certificate
authentication.
|
Future<ListCertificatesResult> |
listCertificatesAsync(ListCertificatesRequest listCertificatesRequest,
AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler)
For the specified directory, lists all the certificates registered for a secure LDAP or client certificate
authentication.
|
Future<ListIpRoutesResult> |
listIpRoutesAsync(ListIpRoutesRequest listIpRoutesRequest)
Lists the address blocks that you have added to a directory.
|
Future<ListIpRoutesResult> |
listIpRoutesAsync(ListIpRoutesRequest listIpRoutesRequest,
AsyncHandler<ListIpRoutesRequest,ListIpRoutesResult> asyncHandler)
Lists the address blocks that you have added to a directory.
|
Future<ListLogSubscriptionsResult> |
listLogSubscriptionsAsync(ListLogSubscriptionsRequest listLogSubscriptionsRequest)
Lists the active log subscriptions for the Amazon Web Services account.
|
Future<ListLogSubscriptionsResult> |
listLogSubscriptionsAsync(ListLogSubscriptionsRequest listLogSubscriptionsRequest,
AsyncHandler<ListLogSubscriptionsRequest,ListLogSubscriptionsResult> asyncHandler)
Lists the active log subscriptions for the Amazon Web Services account.
|
Future<ListSchemaExtensionsResult> |
listSchemaExtensionsAsync(ListSchemaExtensionsRequest listSchemaExtensionsRequest)
Lists all schema extensions applied to a Microsoft AD Directory.
|
Future<ListSchemaExtensionsResult> |
listSchemaExtensionsAsync(ListSchemaExtensionsRequest listSchemaExtensionsRequest,
AsyncHandler<ListSchemaExtensionsRequest,ListSchemaExtensionsResult> asyncHandler)
Lists all schema extensions applied to a Microsoft AD Directory.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags on a directory.
|
Future<ListTagsForResourceResult> |
listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest,
AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists all tags on a directory.
|
Future<RegisterCertificateResult> |
registerCertificateAsync(RegisterCertificateRequest registerCertificateRequest)
Registers a certificate for a secure LDAP or client certificate authentication.
|
Future<RegisterCertificateResult> |
registerCertificateAsync(RegisterCertificateRequest registerCertificateRequest,
AsyncHandler<RegisterCertificateRequest,RegisterCertificateResult> asyncHandler)
Registers a certificate for a secure LDAP or client certificate authentication.
|
Future<RegisterEventTopicResult> |
registerEventTopicAsync(RegisterEventTopicRequest registerEventTopicRequest)
Associates a directory with an Amazon SNS topic.
|
Future<RegisterEventTopicResult> |
registerEventTopicAsync(RegisterEventTopicRequest registerEventTopicRequest,
AsyncHandler<RegisterEventTopicRequest,RegisterEventTopicResult> asyncHandler)
Associates a directory with an Amazon SNS topic.
|
Future<RejectSharedDirectoryResult> |
rejectSharedDirectoryAsync(RejectSharedDirectoryRequest rejectSharedDirectoryRequest)
Rejects a directory sharing request that was sent from the directory owner account.
|
Future<RejectSharedDirectoryResult> |
rejectSharedDirectoryAsync(RejectSharedDirectoryRequest rejectSharedDirectoryRequest,
AsyncHandler<RejectSharedDirectoryRequest,RejectSharedDirectoryResult> asyncHandler)
Rejects a directory sharing request that was sent from the directory owner account.
|
Future<RemoveIpRoutesResult> |
removeIpRoutesAsync(RemoveIpRoutesRequest removeIpRoutesRequest)
Removes IP address blocks from a directory.
|
Future<RemoveIpRoutesResult> |
removeIpRoutesAsync(RemoveIpRoutesRequest removeIpRoutesRequest,
AsyncHandler<RemoveIpRoutesRequest,RemoveIpRoutesResult> asyncHandler)
Removes IP address blocks from a directory.
|
Future<RemoveRegionResult> |
removeRegionAsync(RemoveRegionRequest removeRegionRequest)
Stops all replication and removes the domain controllers from the specified Region.
|
Future<RemoveRegionResult> |
removeRegionAsync(RemoveRegionRequest removeRegionRequest,
AsyncHandler<RemoveRegionRequest,RemoveRegionResult> asyncHandler)
Stops all replication and removes the domain controllers from the specified Region.
|
Future<RemoveTagsFromResourceResult> |
removeTagsFromResourceAsync(RemoveTagsFromResourceRequest removeTagsFromResourceRequest)
Removes tags from a directory.
|
Future<RemoveTagsFromResourceResult> |
removeTagsFromResourceAsync(RemoveTagsFromResourceRequest removeTagsFromResourceRequest,
AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler)
Removes tags from a directory.
|
Future<ResetUserPasswordResult> |
resetUserPasswordAsync(ResetUserPasswordRequest resetUserPasswordRequest)
Resets the password for any user in your Managed Microsoft AD or Simple AD directory.
|
Future<ResetUserPasswordResult> |
resetUserPasswordAsync(ResetUserPasswordRequest resetUserPasswordRequest,
AsyncHandler<ResetUserPasswordRequest,ResetUserPasswordResult> asyncHandler)
Resets the password for any user in your Managed Microsoft AD or Simple AD directory.
|
Future<RestoreFromSnapshotResult> |
restoreFromSnapshotAsync(RestoreFromSnapshotRequest restoreFromSnapshotRequest)
Restores a directory using an existing directory snapshot.
|
Future<RestoreFromSnapshotResult> |
restoreFromSnapshotAsync(RestoreFromSnapshotRequest restoreFromSnapshotRequest,
AsyncHandler<RestoreFromSnapshotRequest,RestoreFromSnapshotResult> asyncHandler)
Restores a directory using an existing directory snapshot.
|
Future<ShareDirectoryResult> |
shareDirectoryAsync(ShareDirectoryRequest shareDirectoryRequest)
Shares a specified directory (
DirectoryId ) in your Amazon Web Services account (directory owner)
with another Amazon Web Services account (directory consumer). |
Future<ShareDirectoryResult> |
shareDirectoryAsync(ShareDirectoryRequest shareDirectoryRequest,
AsyncHandler<ShareDirectoryRequest,ShareDirectoryResult> asyncHandler)
Shares a specified directory (
DirectoryId ) in your Amazon Web Services account (directory owner)
with another Amazon Web Services account (directory consumer). |
Future<StartSchemaExtensionResult> |
startSchemaExtensionAsync(StartSchemaExtensionRequest startSchemaExtensionRequest)
Applies a schema extension to a Microsoft AD directory.
|
Future<StartSchemaExtensionResult> |
startSchemaExtensionAsync(StartSchemaExtensionRequest startSchemaExtensionRequest,
AsyncHandler<StartSchemaExtensionRequest,StartSchemaExtensionResult> asyncHandler)
Applies a schema extension to a Microsoft AD directory.
|
Future<UnshareDirectoryResult> |
unshareDirectoryAsync(UnshareDirectoryRequest unshareDirectoryRequest)
Stops the directory sharing between the directory owner and consumer accounts.
|
Future<UnshareDirectoryResult> |
unshareDirectoryAsync(UnshareDirectoryRequest unshareDirectoryRequest,
AsyncHandler<UnshareDirectoryRequest,UnshareDirectoryResult> asyncHandler)
Stops the directory sharing between the directory owner and consumer accounts.
|
Future<UpdateConditionalForwarderResult> |
updateConditionalForwarderAsync(UpdateConditionalForwarderRequest updateConditionalForwarderRequest)
Updates a conditional forwarder that has been set up for your Amazon Web Services directory.
|
Future<UpdateConditionalForwarderResult> |
updateConditionalForwarderAsync(UpdateConditionalForwarderRequest updateConditionalForwarderRequest,
AsyncHandler<UpdateConditionalForwarderRequest,UpdateConditionalForwarderResult> asyncHandler)
Updates a conditional forwarder that has been set up for your Amazon Web Services directory.
|
Future<UpdateDirectorySetupResult> |
updateDirectorySetupAsync(UpdateDirectorySetupRequest updateDirectorySetupRequest)
Updates the directory for a particular update type.
|
Future<UpdateDirectorySetupResult> |
updateDirectorySetupAsync(UpdateDirectorySetupRequest updateDirectorySetupRequest,
AsyncHandler<UpdateDirectorySetupRequest,UpdateDirectorySetupResult> asyncHandler)
Updates the directory for a particular update type.
|
Future<UpdateNumberOfDomainControllersResult> |
updateNumberOfDomainControllersAsync(UpdateNumberOfDomainControllersRequest updateNumberOfDomainControllersRequest)
Adds or removes domain controllers to or from the directory.
|
Future<UpdateNumberOfDomainControllersResult> |
updateNumberOfDomainControllersAsync(UpdateNumberOfDomainControllersRequest updateNumberOfDomainControllersRequest,
AsyncHandler<UpdateNumberOfDomainControllersRequest,UpdateNumberOfDomainControllersResult> asyncHandler)
Adds or removes domain controllers to or from the directory.
|
Future<UpdateRadiusResult> |
updateRadiusAsync(UpdateRadiusRequest updateRadiusRequest)
Updates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector or
Microsoft AD directory.
|
Future<UpdateRadiusResult> |
updateRadiusAsync(UpdateRadiusRequest updateRadiusRequest,
AsyncHandler<UpdateRadiusRequest,UpdateRadiusResult> asyncHandler)
Updates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector or
Microsoft AD directory.
|
Future<UpdateSettingsResult> |
updateSettingsAsync(UpdateSettingsRequest updateSettingsRequest)
Updates the configurable settings for the specified directory.
|
Future<UpdateSettingsResult> |
updateSettingsAsync(UpdateSettingsRequest updateSettingsRequest,
AsyncHandler<UpdateSettingsRequest,UpdateSettingsResult> asyncHandler)
Updates the configurable settings for the specified directory.
|
Future<UpdateTrustResult> |
updateTrustAsync(UpdateTrustRequest updateTrustRequest)
Updates the trust that has been set up between your Managed Microsoft AD directory and an self-managed Active
Directory.
|
Future<UpdateTrustResult> |
updateTrustAsync(UpdateTrustRequest updateTrustRequest,
AsyncHandler<UpdateTrustRequest,UpdateTrustResult> asyncHandler)
Updates the trust that has been set up between your Managed Microsoft AD directory and an self-managed Active
Directory.
|
Future<VerifyTrustResult> |
verifyTrustAsync(VerifyTrustRequest verifyTrustRequest)
Directory Service for Microsoft Active Directory allows you to configure and verify trust relationships.
|
Future<VerifyTrustResult> |
verifyTrustAsync(VerifyTrustRequest verifyTrustRequest,
AsyncHandler<VerifyTrustRequest,VerifyTrustResult> asyncHandler)
Directory Service for Microsoft Active Directory allows you to configure and verify trust relationships.
|
acceptSharedDirectory, addIpRoutes, addRegion, addTagsToResource, cancelSchemaExtension, connectDirectory, createAlias, createComputer, createConditionalForwarder, createDirectory, createLogSubscription, createMicrosoftAD, createSnapshot, createTrust, deleteConditionalForwarder, deleteDirectory, deleteLogSubscription, deleteSnapshot, deleteTrust, deregisterCertificate, deregisterEventTopic, describeCertificate, describeClientAuthenticationSettings, describeConditionalForwarders, describeDirectories, describeDirectories, describeDomainControllers, describeEventTopics, describeLDAPSSettings, describeRegions, describeSettings, describeSharedDirectories, describeSnapshots, describeSnapshots, describeTrusts, describeUpdateDirectory, disableClientAuthentication, disableLDAPS, disableRadius, disableSso, enableClientAuthentication, enableLDAPS, enableRadius, enableSso, getCachedResponseMetadata, getDirectoryLimits, getDirectoryLimits, getSnapshotLimits, listCertificates, listIpRoutes, listLogSubscriptions, listSchemaExtensions, listTagsForResource, registerCertificate, registerEventTopic, rejectSharedDirectory, removeIpRoutes, removeRegion, removeTagsFromResource, resetUserPassword, restoreFromSnapshot, setEndpoint, setRegion, shareDirectory, shutdown, startSchemaExtension, unshareDirectory, updateConditionalForwarder, updateDirectorySetup, updateNumberOfDomainControllers, updateRadius, updateSettings, updateTrust, verifyTrust
Future<AcceptSharedDirectoryResult> acceptSharedDirectoryAsync(AcceptSharedDirectoryRequest acceptSharedDirectoryRequest)
Accepts a directory sharing request that was sent from the directory owner account.
acceptSharedDirectoryRequest
- Future<AcceptSharedDirectoryResult> acceptSharedDirectoryAsync(AcceptSharedDirectoryRequest acceptSharedDirectoryRequest, AsyncHandler<AcceptSharedDirectoryRequest,AcceptSharedDirectoryResult> asyncHandler)
Accepts a directory sharing request that was sent from the directory owner account.
acceptSharedDirectoryRequest
- 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.Future<AddIpRoutesResult> addIpRoutesAsync(AddIpRoutesRequest addIpRoutesRequest)
If the DNS server for your self-managed domain uses a publicly addressable IP address, you must add a CIDR address block to correctly route traffic to and from your Microsoft AD on Amazon Web Services. AddIpRoutes adds this address block. You can also use AddIpRoutes to facilitate routing traffic that uses public IP ranges from your Microsoft AD on Amazon Web Services to a peer VPC.
Before you call AddIpRoutes, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run the AddIpRoutes operation, see Directory Service API Permissions: Actions, Resources, and Conditions Reference.
addIpRoutesRequest
- Future<AddIpRoutesResult> addIpRoutesAsync(AddIpRoutesRequest addIpRoutesRequest, AsyncHandler<AddIpRoutesRequest,AddIpRoutesResult> asyncHandler)
If the DNS server for your self-managed domain uses a publicly addressable IP address, you must add a CIDR address block to correctly route traffic to and from your Microsoft AD on Amazon Web Services. AddIpRoutes adds this address block. You can also use AddIpRoutes to facilitate routing traffic that uses public IP ranges from your Microsoft AD on Amazon Web Services to a peer VPC.
Before you call AddIpRoutes, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run the AddIpRoutes operation, see Directory Service API Permissions: Actions, Resources, and Conditions Reference.
addIpRoutesRequest
- 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.Future<AddRegionResult> addRegionAsync(AddRegionRequest addRegionRequest)
Adds two domain controllers in the specified Region for the specified directory.
addRegionRequest
- Future<AddRegionResult> addRegionAsync(AddRegionRequest addRegionRequest, AsyncHandler<AddRegionRequest,AddRegionResult> asyncHandler)
Adds two domain controllers in the specified Region for the specified directory.
addRegionRequest
- 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.Future<AddTagsToResourceResult> addTagsToResourceAsync(AddTagsToResourceRequest addTagsToResourceRequest)
Adds or overwrites one or more tags for the specified directory. Each directory can have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be unique to each resource.
addTagsToResourceRequest
- Future<AddTagsToResourceResult> addTagsToResourceAsync(AddTagsToResourceRequest addTagsToResourceRequest, AsyncHandler<AddTagsToResourceRequest,AddTagsToResourceResult> asyncHandler)
Adds or overwrites one or more tags for the specified directory. Each directory can have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be unique to each resource.
addTagsToResourceRequest
- 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.Future<CancelSchemaExtensionResult> cancelSchemaExtensionAsync(CancelSchemaExtensionRequest cancelSchemaExtensionRequest)
Cancels an in-progress schema extension to a Microsoft AD directory. Once a schema extension has started
replicating to all domain controllers, the task can no longer be canceled. A schema extension can be canceled
during any of the following states; Initializing
, CreatingSnapshot
, and
UpdatingSchema
.
cancelSchemaExtensionRequest
- Future<CancelSchemaExtensionResult> cancelSchemaExtensionAsync(CancelSchemaExtensionRequest cancelSchemaExtensionRequest, AsyncHandler<CancelSchemaExtensionRequest,CancelSchemaExtensionResult> asyncHandler)
Cancels an in-progress schema extension to a Microsoft AD directory. Once a schema extension has started
replicating to all domain controllers, the task can no longer be canceled. A schema extension can be canceled
during any of the following states; Initializing
, CreatingSnapshot
, and
UpdatingSchema
.
cancelSchemaExtensionRequest
- 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.Future<ConnectDirectoryResult> connectDirectoryAsync(ConnectDirectoryRequest connectDirectoryRequest)
Creates an AD Connector to connect to a self-managed directory.
Before you call ConnectDirectory
, ensure that all of the required permissions have been explicitly
granted through a policy. For details about what permissions are required to run the
ConnectDirectory
operation, see Directory Service API Permissions: Actions, Resources, and Conditions Reference.
connectDirectoryRequest
- Contains the inputs for the ConnectDirectory operation.Future<ConnectDirectoryResult> connectDirectoryAsync(ConnectDirectoryRequest connectDirectoryRequest, AsyncHandler<ConnectDirectoryRequest,ConnectDirectoryResult> asyncHandler)
Creates an AD Connector to connect to a self-managed directory.
Before you call ConnectDirectory
, ensure that all of the required permissions have been explicitly
granted through a policy. For details about what permissions are required to run the
ConnectDirectory
operation, see Directory Service API Permissions: Actions, Resources, and Conditions Reference.
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.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://<alias>.awsapps.com
.
After an alias has been created, it cannot be deleted or reused, so this operation should only be used when absolutely necessary.
createAliasRequest
- Contains the inputs for the CreateAlias operation.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://<alias>.awsapps.com
.
After an alias has been created, it cannot be deleted or reused, so this operation should only be used when absolutely necessary.
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.Future<CreateComputerResult> createComputerAsync(CreateComputerRequest createComputerRequest)
Creates an Active Directory computer object in the specified directory.
createComputerRequest
- Contains the inputs for the CreateComputer operation.Future<CreateComputerResult> createComputerAsync(CreateComputerRequest createComputerRequest, AsyncHandler<CreateComputerRequest,CreateComputerResult> asyncHandler)
Creates an Active Directory computer object in the specified directory.
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.Future<CreateConditionalForwarderResult> createConditionalForwarderAsync(CreateConditionalForwarderRequest createConditionalForwarderRequest)
Creates a conditional forwarder associated with your Amazon Web Services directory. Conditional forwarders are required in order to set up a trust relationship with another domain. The conditional forwarder points to the trusted domain.
createConditionalForwarderRequest
- Initiates the creation of a conditional forwarder for your Directory Service for Microsoft Active
Directory. Conditional forwarders are required in order to set up a trust relationship with another
domain.Future<CreateConditionalForwarderResult> createConditionalForwarderAsync(CreateConditionalForwarderRequest createConditionalForwarderRequest, AsyncHandler<CreateConditionalForwarderRequest,CreateConditionalForwarderResult> asyncHandler)
Creates a conditional forwarder associated with your Amazon Web Services directory. Conditional forwarders are required in order to set up a trust relationship with another domain. The conditional forwarder points to the trusted domain.
createConditionalForwarderRequest
- Initiates the creation of a conditional forwarder for your 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.Future<CreateDirectoryResult> createDirectoryAsync(CreateDirectoryRequest createDirectoryRequest)
Creates a Simple AD directory. For more information, see Simple Active Directory in the Directory Service Admin Guide.
Before you call CreateDirectory
, ensure that all of the required permissions have been explicitly
granted through a policy. For details about what permissions are required to run the CreateDirectory
operation, see Directory Service API Permissions: Actions, Resources, and Conditions Reference.
createDirectoryRequest
- Contains the inputs for the CreateDirectory operation.Future<CreateDirectoryResult> createDirectoryAsync(CreateDirectoryRequest createDirectoryRequest, AsyncHandler<CreateDirectoryRequest,CreateDirectoryResult> asyncHandler)
Creates a Simple AD directory. For more information, see Simple Active Directory in the Directory Service Admin Guide.
Before you call CreateDirectory
, ensure that all of the required permissions have been explicitly
granted through a policy. For details about what permissions are required to run the CreateDirectory
operation, see Directory Service API Permissions: Actions, Resources, and Conditions Reference.
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.Future<CreateLogSubscriptionResult> createLogSubscriptionAsync(CreateLogSubscriptionRequest createLogSubscriptionRequest)
Creates a subscription to forward real-time Directory Service domain controller security logs to the specified Amazon CloudWatch log group in your Amazon Web Services account.
createLogSubscriptionRequest
- Future<CreateLogSubscriptionResult> createLogSubscriptionAsync(CreateLogSubscriptionRequest createLogSubscriptionRequest, AsyncHandler<CreateLogSubscriptionRequest,CreateLogSubscriptionResult> asyncHandler)
Creates a subscription to forward real-time Directory Service domain controller security logs to the specified Amazon CloudWatch log group in your Amazon Web Services account.
createLogSubscriptionRequest
- 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.Future<CreateMicrosoftADResult> createMicrosoftADAsync(CreateMicrosoftADRequest createMicrosoftADRequest)
Creates a Microsoft AD directory in the Amazon Web Services Cloud. For more information, see Managed Microsoft AD in the Directory Service Admin Guide.
Before you call CreateMicrosoftAD, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run the CreateMicrosoftAD operation, see Directory Service API Permissions: Actions, Resources, and Conditions Reference.
createMicrosoftADRequest
- Creates an Managed Microsoft AD directory.Future<CreateMicrosoftADResult> createMicrosoftADAsync(CreateMicrosoftADRequest createMicrosoftADRequest, AsyncHandler<CreateMicrosoftADRequest,CreateMicrosoftADResult> asyncHandler)
Creates a Microsoft AD directory in the Amazon Web Services Cloud. For more information, see Managed Microsoft AD in the Directory Service Admin Guide.
Before you call CreateMicrosoftAD, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run the CreateMicrosoftAD operation, see Directory Service API Permissions: Actions, Resources, and Conditions Reference.
createMicrosoftADRequest
- Creates an Managed Microsoft AD directory.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.Future<CreateSnapshotResult> createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
Creates a snapshot of a Simple AD or Microsoft AD directory in the Amazon Web Services cloud.
You cannot take snapshots of AD Connector directories.
createSnapshotRequest
- Contains the inputs for the CreateSnapshot operation.Future<CreateSnapshotResult> createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
Creates a snapshot of a Simple AD or Microsoft AD directory in the Amazon Web Services cloud.
You cannot take snapshots of AD Connector directories.
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.Future<CreateTrustResult> createTrustAsync(CreateTrustRequest createTrustRequest)
Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example, you can establish a trust between your Managed Microsoft AD directory, and your existing self-managed 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 Amazon Web Services side of a trust relationship between an Managed Microsoft AD directory and an external domain. You can create either a forest trust or an external trust.
createTrustRequest
- Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example,
you can establish a trust between your Managed Microsoft AD directory, and your existing self-managed
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 Amazon Web Services side of a trust relationship between an Managed Microsoft AD directory and an external domain.
Future<CreateTrustResult> createTrustAsync(CreateTrustRequest createTrustRequest, AsyncHandler<CreateTrustRequest,CreateTrustResult> asyncHandler)
Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example, you can establish a trust between your Managed Microsoft AD directory, and your existing self-managed 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 Amazon Web Services side of a trust relationship between an Managed Microsoft AD directory and an external domain. You can create either a forest trust or an external trust.
createTrustRequest
- Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example,
you can establish a trust between your Managed Microsoft AD directory, and your existing self-managed
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 Amazon Web Services side of a trust relationship between an Managed Microsoft AD directory 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.Future<DeleteConditionalForwarderResult> deleteConditionalForwarderAsync(DeleteConditionalForwarderRequest deleteConditionalForwarderRequest)
Deletes a conditional forwarder that has been set up for your Amazon Web Services directory.
deleteConditionalForwarderRequest
- Deletes a conditional forwarder.Future<DeleteConditionalForwarderResult> deleteConditionalForwarderAsync(DeleteConditionalForwarderRequest deleteConditionalForwarderRequest, AsyncHandler<DeleteConditionalForwarderRequest,DeleteConditionalForwarderResult> asyncHandler)
Deletes a conditional forwarder that has been set up for your Amazon Web Services directory.
deleteConditionalForwarderRequest
- Deletes a conditional forwarder.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.Future<DeleteDirectoryResult> deleteDirectoryAsync(DeleteDirectoryRequest deleteDirectoryRequest)
Deletes an Directory Service directory.
Before you call DeleteDirectory
, ensure that all of the required permissions have been explicitly
granted through a policy. For details about what permissions are required to run the DeleteDirectory
operation, see Directory Service API Permissions: Actions, Resources, and Conditions Reference.
deleteDirectoryRequest
- Contains the inputs for the DeleteDirectory operation.Future<DeleteDirectoryResult> deleteDirectoryAsync(DeleteDirectoryRequest deleteDirectoryRequest, AsyncHandler<DeleteDirectoryRequest,DeleteDirectoryResult> asyncHandler)
Deletes an Directory Service directory.
Before you call DeleteDirectory
, ensure that all of the required permissions have been explicitly
granted through a policy. For details about what permissions are required to run the DeleteDirectory
operation, see Directory Service API Permissions: Actions, Resources, and Conditions Reference.
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.Future<DeleteLogSubscriptionResult> deleteLogSubscriptionAsync(DeleteLogSubscriptionRequest deleteLogSubscriptionRequest)
Deletes the specified log subscription.
deleteLogSubscriptionRequest
- Future<DeleteLogSubscriptionResult> deleteLogSubscriptionAsync(DeleteLogSubscriptionRequest deleteLogSubscriptionRequest, AsyncHandler<DeleteLogSubscriptionRequest,DeleteLogSubscriptionResult> asyncHandler)
Deletes the specified log subscription.
deleteLogSubscriptionRequest
- 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.Future<DeleteSnapshotResult> deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes a directory snapshot.
deleteSnapshotRequest
- Contains the inputs for the DeleteSnapshot operation.Future<DeleteSnapshotResult> deleteSnapshotAsync(DeleteSnapshotRequest deleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest,DeleteSnapshotResult> asyncHandler)
Deletes a directory snapshot.
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.Future<DeleteTrustResult> deleteTrustAsync(DeleteTrustRequest deleteTrustRequest)
Deletes an existing trust relationship between your Managed Microsoft AD directory and an external domain.
deleteTrustRequest
- Deletes the local side of an existing trust relationship between the Managed Microsoft AD directory and
the external domain.Future<DeleteTrustResult> deleteTrustAsync(DeleteTrustRequest deleteTrustRequest, AsyncHandler<DeleteTrustRequest,DeleteTrustResult> asyncHandler)
Deletes an existing trust relationship between your Managed Microsoft AD directory and an external domain.
deleteTrustRequest
- Deletes the local side of an existing trust relationship between the Managed Microsoft AD directory 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.Future<DeregisterCertificateResult> deregisterCertificateAsync(DeregisterCertificateRequest deregisterCertificateRequest)
Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication.
deregisterCertificateRequest
- Future<DeregisterCertificateResult> deregisterCertificateAsync(DeregisterCertificateRequest deregisterCertificateRequest, AsyncHandler<DeregisterCertificateRequest,DeregisterCertificateResult> asyncHandler)
Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication.
deregisterCertificateRequest
- 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.Future<DeregisterEventTopicResult> deregisterEventTopicAsync(DeregisterEventTopicRequest deregisterEventTopicRequest)
Removes the specified directory as a publisher to the specified Amazon SNS topic.
deregisterEventTopicRequest
- Removes the specified directory as a publisher to the specified Amazon SNS topic.Future<DeregisterEventTopicResult> deregisterEventTopicAsync(DeregisterEventTopicRequest deregisterEventTopicRequest, AsyncHandler<DeregisterEventTopicRequest,DeregisterEventTopicResult> asyncHandler)
Removes the specified directory as a publisher to the specified Amazon SNS topic.
deregisterEventTopicRequest
- Removes the specified directory as a publisher to the specified Amazon 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.Future<DescribeCertificateResult> describeCertificateAsync(DescribeCertificateRequest describeCertificateRequest)
Displays information about the certificate registered for secure LDAP or client certificate authentication.
describeCertificateRequest
- Future<DescribeCertificateResult> describeCertificateAsync(DescribeCertificateRequest describeCertificateRequest, AsyncHandler<DescribeCertificateRequest,DescribeCertificateResult> asyncHandler)
Displays information about the certificate registered for secure LDAP or client certificate authentication.
describeCertificateRequest
- 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.Future<DescribeClientAuthenticationSettingsResult> describeClientAuthenticationSettingsAsync(DescribeClientAuthenticationSettingsRequest describeClientAuthenticationSettingsRequest)
Retrieves information about the type of client authentication for the specified directory, if the type is
specified. If no type is specified, information about all client authentication types that are supported for the
specified directory is retrieved. Currently, only SmartCard
is supported.
describeClientAuthenticationSettingsRequest
- Future<DescribeClientAuthenticationSettingsResult> describeClientAuthenticationSettingsAsync(DescribeClientAuthenticationSettingsRequest describeClientAuthenticationSettingsRequest, AsyncHandler<DescribeClientAuthenticationSettingsRequest,DescribeClientAuthenticationSettingsResult> asyncHandler)
Retrieves information about the type of client authentication for the specified directory, if the type is
specified. If no type is specified, information about all client authentication types that are supported for the
specified directory is retrieved. Currently, only SmartCard
is supported.
describeClientAuthenticationSettingsRequest
- 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.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.
describeConditionalForwardersRequest
- Describes a conditional forwarder.Future<DescribeConditionalForwardersResult> describeConditionalForwardersAsync(DescribeConditionalForwardersRequest describeConditionalForwardersRequest, AsyncHandler<DescribeConditionalForwardersRequest,DescribeConditionalForwardersResult> asyncHandler)
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.
describeConditionalForwardersRequest
- Describes a conditional forwarder.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.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.
describeDirectoriesRequest
- Contains the inputs for the DescribeDirectories operation.Future<DescribeDirectoriesResult> describeDirectoriesAsync(DescribeDirectoriesRequest describeDirectoriesRequest, AsyncHandler<DescribeDirectoriesRequest,DescribeDirectoriesResult> asyncHandler)
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.
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.Future<DescribeDirectoriesResult> describeDirectoriesAsync()
Future<DescribeDirectoriesResult> describeDirectoriesAsync(AsyncHandler<DescribeDirectoriesRequest,DescribeDirectoriesResult> asyncHandler)
Future<DescribeDomainControllersResult> describeDomainControllersAsync(DescribeDomainControllersRequest describeDomainControllersRequest)
Provides information about any domain controllers in your directory.
describeDomainControllersRequest
- Future<DescribeDomainControllersResult> describeDomainControllersAsync(DescribeDomainControllersRequest describeDomainControllersRequest, AsyncHandler<DescribeDomainControllersRequest,DescribeDomainControllersResult> asyncHandler)
Provides information about any domain controllers in your directory.
describeDomainControllersRequest
- 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.Future<DescribeEventTopicsResult> describeEventTopicsAsync(DescribeEventTopicsRequest describeEventTopicsRequest)
Obtains information about which Amazon 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.
describeEventTopicsRequest
- Describes event topics.Future<DescribeEventTopicsResult> describeEventTopicsAsync(DescribeEventTopicsRequest describeEventTopicsRequest, AsyncHandler<DescribeEventTopicsRequest,DescribeEventTopicsResult> asyncHandler)
Obtains information about which Amazon 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.
describeEventTopicsRequest
- Describes event topics.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.Future<DescribeLDAPSSettingsResult> describeLDAPSSettingsAsync(DescribeLDAPSSettingsRequest describeLDAPSSettingsRequest)
Describes the status of LDAP security for the specified directory.
describeLDAPSSettingsRequest
- Future<DescribeLDAPSSettingsResult> describeLDAPSSettingsAsync(DescribeLDAPSSettingsRequest describeLDAPSSettingsRequest, AsyncHandler<DescribeLDAPSSettingsRequest,DescribeLDAPSSettingsResult> asyncHandler)
Describes the status of LDAP security for the specified directory.
describeLDAPSSettingsRequest
- 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.Future<DescribeRegionsResult> describeRegionsAsync(DescribeRegionsRequest describeRegionsRequest)
Provides information about the Regions that are configured for multi-Region replication.
describeRegionsRequest
- Future<DescribeRegionsResult> describeRegionsAsync(DescribeRegionsRequest describeRegionsRequest, AsyncHandler<DescribeRegionsRequest,DescribeRegionsResult> asyncHandler)
Provides information about the Regions that are configured for multi-Region replication.
describeRegionsRequest
- 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.Future<DescribeSettingsResult> describeSettingsAsync(DescribeSettingsRequest describeSettingsRequest)
Retrieves information about the configurable settings for the specified directory.
describeSettingsRequest
- Future<DescribeSettingsResult> describeSettingsAsync(DescribeSettingsRequest describeSettingsRequest, AsyncHandler<DescribeSettingsRequest,DescribeSettingsResult> asyncHandler)
Retrieves information about the configurable settings for the specified directory.
describeSettingsRequest
- 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.Future<DescribeSharedDirectoriesResult> describeSharedDirectoriesAsync(DescribeSharedDirectoriesRequest describeSharedDirectoriesRequest)
Returns the shared directories in your account.
describeSharedDirectoriesRequest
- Future<DescribeSharedDirectoriesResult> describeSharedDirectoriesAsync(DescribeSharedDirectoriesRequest describeSharedDirectoriesRequest, AsyncHandler<DescribeSharedDirectoriesRequest,DescribeSharedDirectoriesResult> asyncHandler)
Returns the shared directories in your account.
describeSharedDirectoriesRequest
- 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.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.
describeSnapshotsRequest
- Contains the inputs for the DescribeSnapshots operation.Future<DescribeSnapshotsResult> describeSnapshotsAsync(DescribeSnapshotsRequest describeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
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.
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.Future<DescribeSnapshotsResult> describeSnapshotsAsync()
Future<DescribeSnapshotsResult> describeSnapshotsAsync(AsyncHandler<DescribeSnapshotsRequest,DescribeSnapshotsResult> asyncHandler)
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.
describeTrustsRequest
- Describes the trust relationships for a particular Managed Microsoft AD directory. If no input parameters
are provided, such as directory ID or trust ID, this request describes all the trust relationships.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.
describeTrustsRequest
- Describes the trust relationships for a particular Managed Microsoft AD directory. If no input parameters
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.Future<DescribeUpdateDirectoryResult> describeUpdateDirectoryAsync(DescribeUpdateDirectoryRequest describeUpdateDirectoryRequest)
Describes the updates of a directory for a particular update type.
describeUpdateDirectoryRequest
- Future<DescribeUpdateDirectoryResult> describeUpdateDirectoryAsync(DescribeUpdateDirectoryRequest describeUpdateDirectoryRequest, AsyncHandler<DescribeUpdateDirectoryRequest,DescribeUpdateDirectoryResult> asyncHandler)
Describes the updates of a directory for a particular update type.
describeUpdateDirectoryRequest
- 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.Future<DisableClientAuthenticationResult> disableClientAuthenticationAsync(DisableClientAuthenticationRequest disableClientAuthenticationRequest)
Disables alternative client authentication methods for the specified directory.
disableClientAuthenticationRequest
- Future<DisableClientAuthenticationResult> disableClientAuthenticationAsync(DisableClientAuthenticationRequest disableClientAuthenticationRequest, AsyncHandler<DisableClientAuthenticationRequest,DisableClientAuthenticationResult> asyncHandler)
Disables alternative client authentication methods for the specified directory.
disableClientAuthenticationRequest
- 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.Future<DisableLDAPSResult> disableLDAPSAsync(DisableLDAPSRequest disableLDAPSRequest)
Deactivates LDAP secure calls for the specified directory.
disableLDAPSRequest
- Future<DisableLDAPSResult> disableLDAPSAsync(DisableLDAPSRequest disableLDAPSRequest, AsyncHandler<DisableLDAPSRequest,DisableLDAPSResult> asyncHandler)
Deactivates LDAP secure calls for the specified directory.
disableLDAPSRequest
- 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.Future<DisableRadiusResult> disableRadiusAsync(DisableRadiusRequest disableRadiusRequest)
Disables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector or Microsoft AD directory.
disableRadiusRequest
- Contains the inputs for the DisableRadius operation.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 or Microsoft AD directory.
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.Future<DisableSsoResult> disableSsoAsync(DisableSsoRequest disableSsoRequest)
Disables single-sign on for a directory.
disableSsoRequest
- Contains the inputs for the DisableSso operation.Future<DisableSsoResult> disableSsoAsync(DisableSsoRequest disableSsoRequest, AsyncHandler<DisableSsoRequest,DisableSsoResult> asyncHandler)
Disables single-sign on for a directory.
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.Future<EnableClientAuthenticationResult> enableClientAuthenticationAsync(EnableClientAuthenticationRequest enableClientAuthenticationRequest)
Enables alternative client authentication methods for the specified directory.
enableClientAuthenticationRequest
- Future<EnableClientAuthenticationResult> enableClientAuthenticationAsync(EnableClientAuthenticationRequest enableClientAuthenticationRequest, AsyncHandler<EnableClientAuthenticationRequest,EnableClientAuthenticationResult> asyncHandler)
Enables alternative client authentication methods for the specified directory.
enableClientAuthenticationRequest
- 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.Future<EnableLDAPSResult> enableLDAPSAsync(EnableLDAPSRequest enableLDAPSRequest)
Activates the switch for the specific directory to always use LDAP secure calls.
enableLDAPSRequest
- Future<EnableLDAPSResult> enableLDAPSAsync(EnableLDAPSRequest enableLDAPSRequest, AsyncHandler<EnableLDAPSRequest,EnableLDAPSResult> asyncHandler)
Activates the switch for the specific directory to always use LDAP secure calls.
enableLDAPSRequest
- 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.Future<EnableRadiusResult> enableRadiusAsync(EnableRadiusRequest enableRadiusRequest)
Enables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector or Microsoft AD directory.
enableRadiusRequest
- Contains the inputs for the EnableRadius operation.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 or Microsoft AD directory.
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.Future<EnableSsoResult> enableSsoAsync(EnableSsoRequest enableSsoRequest)
Enables single sign-on for a directory. Single sign-on allows users in your directory to access certain Amazon Web Services services from a computer joined to the directory without having to enter their credentials separately.
enableSsoRequest
- Contains the inputs for the EnableSso operation.Future<EnableSsoResult> enableSsoAsync(EnableSsoRequest enableSsoRequest, AsyncHandler<EnableSsoRequest,EnableSsoResult> asyncHandler)
Enables single sign-on for a directory. Single sign-on allows users in your directory to access certain Amazon Web Services services from a computer joined to the directory without having to enter their credentials separately.
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.Future<GetDirectoryLimitsResult> getDirectoryLimitsAsync(GetDirectoryLimitsRequest getDirectoryLimitsRequest)
Obtains directory limit information for the current Region.
getDirectoryLimitsRequest
- Contains the inputs for the GetDirectoryLimits operation.Future<GetDirectoryLimitsResult> getDirectoryLimitsAsync(GetDirectoryLimitsRequest getDirectoryLimitsRequest, AsyncHandler<GetDirectoryLimitsRequest,GetDirectoryLimitsResult> asyncHandler)
Obtains directory limit information for the current Region.
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.Future<GetDirectoryLimitsResult> getDirectoryLimitsAsync()
Future<GetDirectoryLimitsResult> getDirectoryLimitsAsync(AsyncHandler<GetDirectoryLimitsRequest,GetDirectoryLimitsResult> asyncHandler)
Future<GetSnapshotLimitsResult> getSnapshotLimitsAsync(GetSnapshotLimitsRequest getSnapshotLimitsRequest)
Obtains the manual snapshot limits for a directory.
getSnapshotLimitsRequest
- Contains the inputs for the GetSnapshotLimits operation.Future<GetSnapshotLimitsResult> getSnapshotLimitsAsync(GetSnapshotLimitsRequest getSnapshotLimitsRequest, AsyncHandler<GetSnapshotLimitsRequest,GetSnapshotLimitsResult> asyncHandler)
Obtains the manual snapshot limits for a directory.
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.Future<ListCertificatesResult> listCertificatesAsync(ListCertificatesRequest listCertificatesRequest)
For the specified directory, lists all the certificates registered for a secure LDAP or client certificate authentication.
listCertificatesRequest
- Future<ListCertificatesResult> listCertificatesAsync(ListCertificatesRequest listCertificatesRequest, AsyncHandler<ListCertificatesRequest,ListCertificatesResult> asyncHandler)
For the specified directory, lists all the certificates registered for a secure LDAP or client certificate authentication.
listCertificatesRequest
- 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.Future<ListIpRoutesResult> listIpRoutesAsync(ListIpRoutesRequest listIpRoutesRequest)
Lists the address blocks that you have added to a directory.
listIpRoutesRequest
- Future<ListIpRoutesResult> listIpRoutesAsync(ListIpRoutesRequest listIpRoutesRequest, AsyncHandler<ListIpRoutesRequest,ListIpRoutesResult> asyncHandler)
Lists the address blocks that you have added to a directory.
listIpRoutesRequest
- 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.Future<ListLogSubscriptionsResult> listLogSubscriptionsAsync(ListLogSubscriptionsRequest listLogSubscriptionsRequest)
Lists the active log subscriptions for the Amazon Web Services account.
listLogSubscriptionsRequest
- Future<ListLogSubscriptionsResult> listLogSubscriptionsAsync(ListLogSubscriptionsRequest listLogSubscriptionsRequest, AsyncHandler<ListLogSubscriptionsRequest,ListLogSubscriptionsResult> asyncHandler)
Lists the active log subscriptions for the Amazon Web Services account.
listLogSubscriptionsRequest
- 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.Future<ListSchemaExtensionsResult> listSchemaExtensionsAsync(ListSchemaExtensionsRequest listSchemaExtensionsRequest)
Lists all schema extensions applied to a Microsoft AD Directory.
listSchemaExtensionsRequest
- Future<ListSchemaExtensionsResult> listSchemaExtensionsAsync(ListSchemaExtensionsRequest listSchemaExtensionsRequest, AsyncHandler<ListSchemaExtensionsRequest,ListSchemaExtensionsResult> asyncHandler)
Lists all schema extensions applied to a Microsoft AD Directory.
listSchemaExtensionsRequest
- 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.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags on a directory.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists all tags on a directory.
listTagsForResourceRequest
- 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.Future<RegisterCertificateResult> registerCertificateAsync(RegisterCertificateRequest registerCertificateRequest)
Registers a certificate for a secure LDAP or client certificate authentication.
registerCertificateRequest
- Future<RegisterCertificateResult> registerCertificateAsync(RegisterCertificateRequest registerCertificateRequest, AsyncHandler<RegisterCertificateRequest,RegisterCertificateResult> asyncHandler)
Registers a certificate for a secure LDAP or client certificate authentication.
registerCertificateRequest
- 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.Future<RegisterEventTopicResult> registerEventTopicAsync(RegisterEventTopicRequest registerEventTopicRequest)
Associates a directory with an Amazon SNS topic. This establishes the directory as a publisher to the specified Amazon 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.
registerEventTopicRequest
- Registers a new event topic.Future<RegisterEventTopicResult> registerEventTopicAsync(RegisterEventTopicRequest registerEventTopicRequest, AsyncHandler<RegisterEventTopicRequest,RegisterEventTopicResult> asyncHandler)
Associates a directory with an Amazon SNS topic. This establishes the directory as a publisher to the specified Amazon 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.
registerEventTopicRequest
- Registers a new event 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.Future<RejectSharedDirectoryResult> rejectSharedDirectoryAsync(RejectSharedDirectoryRequest rejectSharedDirectoryRequest)
Rejects a directory sharing request that was sent from the directory owner account.
rejectSharedDirectoryRequest
- Future<RejectSharedDirectoryResult> rejectSharedDirectoryAsync(RejectSharedDirectoryRequest rejectSharedDirectoryRequest, AsyncHandler<RejectSharedDirectoryRequest,RejectSharedDirectoryResult> asyncHandler)
Rejects a directory sharing request that was sent from the directory owner account.
rejectSharedDirectoryRequest
- 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.Future<RemoveIpRoutesResult> removeIpRoutesAsync(RemoveIpRoutesRequest removeIpRoutesRequest)
Removes IP address blocks from a directory.
removeIpRoutesRequest
- Future<RemoveIpRoutesResult> removeIpRoutesAsync(RemoveIpRoutesRequest removeIpRoutesRequest, AsyncHandler<RemoveIpRoutesRequest,RemoveIpRoutesResult> asyncHandler)
Removes IP address blocks from a directory.
removeIpRoutesRequest
- 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.Future<RemoveRegionResult> removeRegionAsync(RemoveRegionRequest removeRegionRequest)
Stops all replication and removes the domain controllers from the specified Region. You cannot remove the primary
Region with this operation. Instead, use the DeleteDirectory
API.
removeRegionRequest
- Future<RemoveRegionResult> removeRegionAsync(RemoveRegionRequest removeRegionRequest, AsyncHandler<RemoveRegionRequest,RemoveRegionResult> asyncHandler)
Stops all replication and removes the domain controllers from the specified Region. You cannot remove the primary
Region with this operation. Instead, use the DeleteDirectory
API.
removeRegionRequest
- 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.Future<RemoveTagsFromResourceResult> removeTagsFromResourceAsync(RemoveTagsFromResourceRequest removeTagsFromResourceRequest)
Removes tags from a directory.
removeTagsFromResourceRequest
- Future<RemoveTagsFromResourceResult> removeTagsFromResourceAsync(RemoveTagsFromResourceRequest removeTagsFromResourceRequest, AsyncHandler<RemoveTagsFromResourceRequest,RemoveTagsFromResourceResult> asyncHandler)
Removes tags from a directory.
removeTagsFromResourceRequest
- 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.Future<ResetUserPasswordResult> resetUserPasswordAsync(ResetUserPasswordRequest resetUserPasswordRequest)
Resets the password for any user in your Managed Microsoft AD or Simple AD directory.
You can reset the password for any user in your directory with the following exceptions:
For Simple AD, you cannot reset the password for any user that is a member of either the Domain Admins or Enterprise Admins group except for the administrator user.
For Managed Microsoft AD, you can only reset the password for a user that is in an OU based off of the NetBIOS name that you typed when you created your directory. For example, you cannot reset the password for a user in the Amazon Web Services Reserved OU. For more information about the OU structure for an Managed Microsoft AD directory, see What Gets Created in the Directory Service Administration Guide.
resetUserPasswordRequest
- Future<ResetUserPasswordResult> resetUserPasswordAsync(ResetUserPasswordRequest resetUserPasswordRequest, AsyncHandler<ResetUserPasswordRequest,ResetUserPasswordResult> asyncHandler)
Resets the password for any user in your Managed Microsoft AD or Simple AD directory.
You can reset the password for any user in your directory with the following exceptions:
For Simple AD, you cannot reset the password for any user that is a member of either the Domain Admins or Enterprise Admins group except for the administrator user.
For Managed Microsoft AD, you can only reset the password for a user that is in an OU based off of the NetBIOS name that you typed when you created your directory. For example, you cannot reset the password for a user in the Amazon Web Services Reserved OU. For more information about the OU structure for an Managed Microsoft AD directory, see What Gets Created in the Directory Service Administration Guide.
resetUserPasswordRequest
- 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.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.
restoreFromSnapshotRequest
- An object representing the inputs for the RestoreFromSnapshot operation.Future<RestoreFromSnapshotResult> restoreFromSnapshotAsync(RestoreFromSnapshotRequest restoreFromSnapshotRequest, AsyncHandler<RestoreFromSnapshotRequest,RestoreFromSnapshotResult> asyncHandler)
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.
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.Future<ShareDirectoryResult> shareDirectoryAsync(ShareDirectoryRequest shareDirectoryRequest)
Shares a specified directory (DirectoryId
) in your Amazon Web Services account (directory owner)
with another Amazon Web Services account (directory consumer). With this operation you can use your directory
from any Amazon Web Services account and from any Amazon VPC within an Amazon Web Services Region.
When you share your Managed Microsoft AD directory, Directory Service creates a shared directory in the directory consumer account. This shared directory contains the metadata to provide access to the directory within the directory owner account. The shared directory is visible in all VPCs in the directory consumer account.
The ShareMethod
parameter determines whether the specified directory can be shared between Amazon
Web Services accounts inside the same Amazon Web Services organization (ORGANIZATIONS
). It also
determines whether you can share the directory with any other Amazon Web Services account either inside or
outside of the organization (HANDSHAKE
).
The ShareNotes
parameter is only used when HANDSHAKE
is called, which sends a directory
sharing request to the directory consumer.
shareDirectoryRequest
- Future<ShareDirectoryResult> shareDirectoryAsync(ShareDirectoryRequest shareDirectoryRequest, AsyncHandler<ShareDirectoryRequest,ShareDirectoryResult> asyncHandler)
Shares a specified directory (DirectoryId
) in your Amazon Web Services account (directory owner)
with another Amazon Web Services account (directory consumer). With this operation you can use your directory
from any Amazon Web Services account and from any Amazon VPC within an Amazon Web Services Region.
When you share your Managed Microsoft AD directory, Directory Service creates a shared directory in the directory consumer account. This shared directory contains the metadata to provide access to the directory within the directory owner account. The shared directory is visible in all VPCs in the directory consumer account.
The ShareMethod
parameter determines whether the specified directory can be shared between Amazon
Web Services accounts inside the same Amazon Web Services organization (ORGANIZATIONS
). It also
determines whether you can share the directory with any other Amazon Web Services account either inside or
outside of the organization (HANDSHAKE
).
The ShareNotes
parameter is only used when HANDSHAKE
is called, which sends a directory
sharing request to the directory consumer.
shareDirectoryRequest
- 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.Future<StartSchemaExtensionResult> startSchemaExtensionAsync(StartSchemaExtensionRequest startSchemaExtensionRequest)
Applies a schema extension to a Microsoft AD directory.
startSchemaExtensionRequest
- Future<StartSchemaExtensionResult> startSchemaExtensionAsync(StartSchemaExtensionRequest startSchemaExtensionRequest, AsyncHandler<StartSchemaExtensionRequest,StartSchemaExtensionResult> asyncHandler)
Applies a schema extension to a Microsoft AD directory.
startSchemaExtensionRequest
- 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.Future<UnshareDirectoryResult> unshareDirectoryAsync(UnshareDirectoryRequest unshareDirectoryRequest)
Stops the directory sharing between the directory owner and consumer accounts.
unshareDirectoryRequest
- Future<UnshareDirectoryResult> unshareDirectoryAsync(UnshareDirectoryRequest unshareDirectoryRequest, AsyncHandler<UnshareDirectoryRequest,UnshareDirectoryResult> asyncHandler)
Stops the directory sharing between the directory owner and consumer accounts.
unshareDirectoryRequest
- 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.Future<UpdateConditionalForwarderResult> updateConditionalForwarderAsync(UpdateConditionalForwarderRequest updateConditionalForwarderRequest)
Updates a conditional forwarder that has been set up for your Amazon Web Services directory.
updateConditionalForwarderRequest
- Updates a conditional forwarder.Future<UpdateConditionalForwarderResult> updateConditionalForwarderAsync(UpdateConditionalForwarderRequest updateConditionalForwarderRequest, AsyncHandler<UpdateConditionalForwarderRequest,UpdateConditionalForwarderResult> asyncHandler)
Updates a conditional forwarder that has been set up for your Amazon Web Services directory.
updateConditionalForwarderRequest
- Updates a conditional forwarder.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.Future<UpdateDirectorySetupResult> updateDirectorySetupAsync(UpdateDirectorySetupRequest updateDirectorySetupRequest)
Updates the directory for a particular update type.
updateDirectorySetupRequest
- Future<UpdateDirectorySetupResult> updateDirectorySetupAsync(UpdateDirectorySetupRequest updateDirectorySetupRequest, AsyncHandler<UpdateDirectorySetupRequest,UpdateDirectorySetupResult> asyncHandler)
Updates the directory for a particular update type.
updateDirectorySetupRequest
- 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.Future<UpdateNumberOfDomainControllersResult> updateNumberOfDomainControllersAsync(UpdateNumberOfDomainControllersRequest updateNumberOfDomainControllersRequest)
Adds or removes domain controllers to or from the directory. Based on the difference between current value and new value (provided through this API call), domain controllers will be added or removed. It may take up to 45 minutes for any new domain controllers to become fully active once the requested number of domain controllers is updated. During this time, you cannot make another update request.
updateNumberOfDomainControllersRequest
- Future<UpdateNumberOfDomainControllersResult> updateNumberOfDomainControllersAsync(UpdateNumberOfDomainControllersRequest updateNumberOfDomainControllersRequest, AsyncHandler<UpdateNumberOfDomainControllersRequest,UpdateNumberOfDomainControllersResult> asyncHandler)
Adds or removes domain controllers to or from the directory. Based on the difference between current value and new value (provided through this API call), domain controllers will be added or removed. It may take up to 45 minutes for any new domain controllers to become fully active once the requested number of domain controllers is updated. During this time, you cannot make another update request.
updateNumberOfDomainControllersRequest
- 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.Future<UpdateRadiusResult> updateRadiusAsync(UpdateRadiusRequest updateRadiusRequest)
Updates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector or Microsoft AD directory.
updateRadiusRequest
- Contains the inputs for the UpdateRadius operation.Future<UpdateRadiusResult> updateRadiusAsync(UpdateRadiusRequest updateRadiusRequest, AsyncHandler<UpdateRadiusRequest,UpdateRadiusResult> asyncHandler)
Updates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector or Microsoft AD directory.
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.Future<UpdateSettingsResult> updateSettingsAsync(UpdateSettingsRequest updateSettingsRequest)
Updates the configurable settings for the specified directory.
updateSettingsRequest
- Future<UpdateSettingsResult> updateSettingsAsync(UpdateSettingsRequest updateSettingsRequest, AsyncHandler<UpdateSettingsRequest,UpdateSettingsResult> asyncHandler)
Updates the configurable settings for the specified directory.
updateSettingsRequest
- 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.Future<UpdateTrustResult> updateTrustAsync(UpdateTrustRequest updateTrustRequest)
Updates the trust that has been set up between your Managed Microsoft AD directory and an self-managed Active Directory.
updateTrustRequest
- Future<UpdateTrustResult> updateTrustAsync(UpdateTrustRequest updateTrustRequest, AsyncHandler<UpdateTrustRequest,UpdateTrustResult> asyncHandler)
Updates the trust that has been set up between your Managed Microsoft AD directory and an self-managed Active Directory.
updateTrustRequest
- 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.Future<VerifyTrustResult> verifyTrustAsync(VerifyTrustRequest verifyTrustRequest)
Directory Service for Microsoft Active Directory allows you to configure and verify trust relationships.
This action verifies a trust relationship between your Managed Microsoft AD directory and an external domain.
verifyTrustRequest
- Initiates the verification of an existing trust relationship between an Managed Microsoft AD directory and
an external domain.Future<VerifyTrustResult> verifyTrustAsync(VerifyTrustRequest verifyTrustRequest, AsyncHandler<VerifyTrustRequest,VerifyTrustResult> asyncHandler)
Directory Service for Microsoft Active Directory allows you to configure and verify trust relationships.
This action verifies a trust relationship between your Managed Microsoft AD directory and an external domain.
verifyTrustRequest
- Initiates the verification of an existing trust relationship between an Managed Microsoft AD directory 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.