| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory |
|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
default AcceptSharedDirectoryResponse |
DirectoryClient.acceptSharedDirectory(AcceptSharedDirectoryRequest acceptSharedDirectoryRequest)
Accepts a directory sharing request that was sent from the directory owner account.
|
default AcceptSharedDirectoryResponse |
DirectoryClient.acceptSharedDirectory(Consumer<AcceptSharedDirectoryRequest.Builder> acceptSharedDirectoryRequest)
Accepts a directory sharing request that was sent from the directory owner account.
|
default AddIpRoutesResponse |
DirectoryClient.addIpRoutes(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.
|
default AddIpRoutesResponse |
DirectoryClient.addIpRoutes(Consumer<AddIpRoutesRequest.Builder> 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.
|
default AddRegionResponse |
DirectoryClient.addRegion(AddRegionRequest addRegionRequest)
Adds two domain controllers in the specified Region for the specified directory.
|
default AddRegionResponse |
DirectoryClient.addRegion(Consumer<AddRegionRequest.Builder> addRegionRequest)
Adds two domain controllers in the specified Region for the specified directory.
|
default AddTagsToResourceResponse |
DirectoryClient.addTagsToResource(AddTagsToResourceRequest addTagsToResourceRequest)
Adds or overwrites one or more tags for the specified directory.
|
default AddTagsToResourceResponse |
DirectoryClient.addTagsToResource(Consumer<AddTagsToResourceRequest.Builder> addTagsToResourceRequest)
Adds or overwrites one or more tags for the specified directory.
|
default CancelSchemaExtensionResponse |
DirectoryClient.cancelSchemaExtension(CancelSchemaExtensionRequest cancelSchemaExtensionRequest)
Cancels an in-progress schema extension to a Microsoft AD directory.
|
default CancelSchemaExtensionResponse |
DirectoryClient.cancelSchemaExtension(Consumer<CancelSchemaExtensionRequest.Builder> cancelSchemaExtensionRequest)
Cancels an in-progress schema extension to a Microsoft AD directory.
|
default ConnectDirectoryResponse |
DirectoryClient.connectDirectory(ConnectDirectoryRequest connectDirectoryRequest)
Creates an AD Connector to connect to a self-managed directory.
|
default ConnectDirectoryResponse |
DirectoryClient.connectDirectory(Consumer<ConnectDirectoryRequest.Builder> connectDirectoryRequest)
Creates an AD Connector to connect to a self-managed directory.
|
default CreateAliasResponse |
DirectoryClient.createAlias(Consumer<CreateAliasRequest.Builder> createAliasRequest)
Creates an alias for a directory and assigns the alias to the directory.
|
default CreateAliasResponse |
DirectoryClient.createAlias(CreateAliasRequest createAliasRequest)
Creates an alias for a directory and assigns the alias to the directory.
|
default CreateComputerResponse |
DirectoryClient.createComputer(Consumer<CreateComputerRequest.Builder> createComputerRequest)
Creates an Active Directory computer object in the specified directory.
|
default CreateComputerResponse |
DirectoryClient.createComputer(CreateComputerRequest createComputerRequest)
Creates an Active Directory computer object in the specified directory.
|
default CreateConditionalForwarderResponse |
DirectoryClient.createConditionalForwarder(Consumer<CreateConditionalForwarderRequest.Builder> createConditionalForwarderRequest)
Creates a conditional forwarder associated with your Amazon Web Services directory.
|
default CreateConditionalForwarderResponse |
DirectoryClient.createConditionalForwarder(CreateConditionalForwarderRequest createConditionalForwarderRequest)
Creates a conditional forwarder associated with your Amazon Web Services directory.
|
default CreateDirectoryResponse |
DirectoryClient.createDirectory(Consumer<CreateDirectoryRequest.Builder> createDirectoryRequest)
Creates a Simple AD directory.
|
default CreateDirectoryResponse |
DirectoryClient.createDirectory(CreateDirectoryRequest createDirectoryRequest)
Creates a Simple AD directory.
|
default CreateLogSubscriptionResponse |
DirectoryClient.createLogSubscription(Consumer<CreateLogSubscriptionRequest.Builder> 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.
|
default CreateLogSubscriptionResponse |
DirectoryClient.createLogSubscription(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.
|
default CreateMicrosoftAdResponse |
DirectoryClient.createMicrosoftAD(Consumer<CreateMicrosoftAdRequest.Builder> createMicrosoftAdRequest)
Creates a Microsoft AD directory in the Amazon Web Services Cloud.
|
default CreateMicrosoftAdResponse |
DirectoryClient.createMicrosoftAD(CreateMicrosoftAdRequest createMicrosoftAdRequest)
Creates a Microsoft AD directory in the Amazon Web Services Cloud.
|
default CreateSnapshotResponse |
DirectoryClient.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Creates a snapshot of a Simple AD or Microsoft AD directory in the Amazon Web Services cloud.
|
default CreateSnapshotResponse |
DirectoryClient.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Creates a snapshot of a Simple AD or Microsoft AD directory in the Amazon Web Services cloud.
|
default CreateTrustResponse |
DirectoryClient.createTrust(Consumer<CreateTrustRequest.Builder> createTrustRequest)
Directory Service for Microsoft Active Directory allows you to configure trust relationships.
|
default CreateTrustResponse |
DirectoryClient.createTrust(CreateTrustRequest createTrustRequest)
Directory Service for Microsoft Active Directory allows you to configure trust relationships.
|
default DeleteConditionalForwarderResponse |
DirectoryClient.deleteConditionalForwarder(Consumer<DeleteConditionalForwarderRequest.Builder> deleteConditionalForwarderRequest)
Deletes a conditional forwarder that has been set up for your Amazon Web Services directory.
|
default DeleteConditionalForwarderResponse |
DirectoryClient.deleteConditionalForwarder(DeleteConditionalForwarderRequest deleteConditionalForwarderRequest)
Deletes a conditional forwarder that has been set up for your Amazon Web Services directory.
|
default DeleteDirectoryResponse |
DirectoryClient.deleteDirectory(Consumer<DeleteDirectoryRequest.Builder> deleteDirectoryRequest)
Deletes an Directory Service directory.
|
default DeleteDirectoryResponse |
DirectoryClient.deleteDirectory(DeleteDirectoryRequest deleteDirectoryRequest)
Deletes an Directory Service directory.
|
default DeleteLogSubscriptionResponse |
DirectoryClient.deleteLogSubscription(Consumer<DeleteLogSubscriptionRequest.Builder> deleteLogSubscriptionRequest)
Deletes the specified log subscription.
|
default DeleteLogSubscriptionResponse |
DirectoryClient.deleteLogSubscription(DeleteLogSubscriptionRequest deleteLogSubscriptionRequest)
Deletes the specified log subscription.
|
default DeleteSnapshotResponse |
DirectoryClient.deleteSnapshot(Consumer<DeleteSnapshotRequest.Builder> deleteSnapshotRequest)
Deletes a directory snapshot.
|
default DeleteSnapshotResponse |
DirectoryClient.deleteSnapshot(DeleteSnapshotRequest deleteSnapshotRequest)
Deletes a directory snapshot.
|
default DeleteTrustResponse |
DirectoryClient.deleteTrust(Consumer<DeleteTrustRequest.Builder> deleteTrustRequest)
Deletes an existing trust relationship between your Managed Microsoft AD directory and an external domain.
|
default DeleteTrustResponse |
DirectoryClient.deleteTrust(DeleteTrustRequest deleteTrustRequest)
Deletes an existing trust relationship between your Managed Microsoft AD directory and an external domain.
|
default DeregisterCertificateResponse |
DirectoryClient.deregisterCertificate(Consumer<DeregisterCertificateRequest.Builder> deregisterCertificateRequest)
Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication.
|
default DeregisterCertificateResponse |
DirectoryClient.deregisterCertificate(DeregisterCertificateRequest deregisterCertificateRequest)
Deletes from the system the certificate that was registered for secure LDAP or client certificate authentication.
|
default DeregisterEventTopicResponse |
DirectoryClient.deregisterEventTopic(Consumer<DeregisterEventTopicRequest.Builder> deregisterEventTopicRequest)
Removes the specified directory as a publisher to the specified Amazon SNS topic.
|
default DeregisterEventTopicResponse |
DirectoryClient.deregisterEventTopic(DeregisterEventTopicRequest deregisterEventTopicRequest)
Removes the specified directory as a publisher to the specified Amazon SNS topic.
|
default DescribeCertificateResponse |
DirectoryClient.describeCertificate(Consumer<DescribeCertificateRequest.Builder> describeCertificateRequest)
Displays information about the certificate registered for secure LDAP or client certificate authentication.
|
default DescribeCertificateResponse |
DirectoryClient.describeCertificate(DescribeCertificateRequest describeCertificateRequest)
Displays information about the certificate registered for secure LDAP or client certificate authentication.
|
default DescribeClientAuthenticationSettingsResponse |
DirectoryClient.describeClientAuthenticationSettings(Consumer<DescribeClientAuthenticationSettingsRequest.Builder> describeClientAuthenticationSettingsRequest)
Retrieves information about the type of client authentication for the specified directory, if the type is
specified.
|
default DescribeClientAuthenticationSettingsResponse |
DirectoryClient.describeClientAuthenticationSettings(DescribeClientAuthenticationSettingsRequest describeClientAuthenticationSettingsRequest)
Retrieves information about the type of client authentication for the specified directory, if the type is
specified.
|
default DescribeClientAuthenticationSettingsIterable |
DirectoryClient.describeClientAuthenticationSettingsPaginator(Consumer<DescribeClientAuthenticationSettingsRequest.Builder> describeClientAuthenticationSettingsRequest)
Retrieves information about the type of client authentication for the specified directory, if the type is
specified.
|
default DescribeClientAuthenticationSettingsIterable |
DirectoryClient.describeClientAuthenticationSettingsPaginator(DescribeClientAuthenticationSettingsRequest describeClientAuthenticationSettingsRequest)
Retrieves information about the type of client authentication for the specified directory, if the type is
specified.
|
default DescribeConditionalForwardersResponse |
DirectoryClient.describeConditionalForwarders(Consumer<DescribeConditionalForwardersRequest.Builder> describeConditionalForwardersRequest)
Obtains information about the conditional forwarders for this account.
|
default DescribeConditionalForwardersResponse |
DirectoryClient.describeConditionalForwarders(DescribeConditionalForwardersRequest describeConditionalForwardersRequest)
Obtains information about the conditional forwarders for this account.
|
default DescribeDirectoriesResponse |
DirectoryClient.describeDirectories()
Obtains information about the directories that belong to this account.
|
default DescribeDirectoriesResponse |
DirectoryClient.describeDirectories(Consumer<DescribeDirectoriesRequest.Builder> describeDirectoriesRequest)
Obtains information about the directories that belong to this account.
|
default DescribeDirectoriesResponse |
DirectoryClient.describeDirectories(DescribeDirectoriesRequest describeDirectoriesRequest)
Obtains information about the directories that belong to this account.
|
default DescribeDirectoriesIterable |
DirectoryClient.describeDirectoriesPaginator()
Obtains information about the directories that belong to this account.
|
default DescribeDirectoriesIterable |
DirectoryClient.describeDirectoriesPaginator(Consumer<DescribeDirectoriesRequest.Builder> describeDirectoriesRequest)
Obtains information about the directories that belong to this account.
|
default DescribeDirectoriesIterable |
DirectoryClient.describeDirectoriesPaginator(DescribeDirectoriesRequest describeDirectoriesRequest)
Obtains information about the directories that belong to this account.
|
default DescribeDomainControllersResponse |
DirectoryClient.describeDomainControllers(Consumer<DescribeDomainControllersRequest.Builder> describeDomainControllersRequest)
Provides information about any domain controllers in your directory.
|
default DescribeDomainControllersResponse |
DirectoryClient.describeDomainControllers(DescribeDomainControllersRequest describeDomainControllersRequest)
Provides information about any domain controllers in your directory.
|
default DescribeDomainControllersIterable |
DirectoryClient.describeDomainControllersPaginator(Consumer<DescribeDomainControllersRequest.Builder> describeDomainControllersRequest)
Provides information about any domain controllers in your directory.
|
default DescribeDomainControllersIterable |
DirectoryClient.describeDomainControllersPaginator(DescribeDomainControllersRequest describeDomainControllersRequest)
Provides information about any domain controllers in your directory.
|
default DescribeEventTopicsResponse |
DirectoryClient.describeEventTopics()
Obtains information about which Amazon SNS topics receive status messages from the specified directory.
|
default DescribeEventTopicsResponse |
DirectoryClient.describeEventTopics(Consumer<DescribeEventTopicsRequest.Builder> describeEventTopicsRequest)
Obtains information about which Amazon SNS topics receive status messages from the specified directory.
|
default DescribeEventTopicsResponse |
DirectoryClient.describeEventTopics(DescribeEventTopicsRequest describeEventTopicsRequest)
Obtains information about which Amazon SNS topics receive status messages from the specified directory.
|
default DescribeLdapsSettingsResponse |
DirectoryClient.describeLDAPSSettings(Consumer<DescribeLdapsSettingsRequest.Builder> describeLdapsSettingsRequest)
Describes the status of LDAP security for the specified directory.
|
default DescribeLdapsSettingsResponse |
DirectoryClient.describeLDAPSSettings(DescribeLdapsSettingsRequest describeLdapsSettingsRequest)
Describes the status of LDAP security for the specified directory.
|
default DescribeLDAPSSettingsIterable |
DirectoryClient.describeLDAPSSettingsPaginator(Consumer<DescribeLdapsSettingsRequest.Builder> describeLdapsSettingsRequest)
Describes the status of LDAP security for the specified directory.
|
default DescribeLDAPSSettingsIterable |
DirectoryClient.describeLDAPSSettingsPaginator(DescribeLdapsSettingsRequest describeLdapsSettingsRequest)
Describes the status of LDAP security for the specified directory.
|
default DescribeRegionsResponse |
DirectoryClient.describeRegions(Consumer<DescribeRegionsRequest.Builder> describeRegionsRequest)
Provides information about the Regions that are configured for multi-Region replication.
|
default DescribeRegionsResponse |
DirectoryClient.describeRegions(DescribeRegionsRequest describeRegionsRequest)
Provides information about the Regions that are configured for multi-Region replication.
|
default DescribeRegionsIterable |
DirectoryClient.describeRegionsPaginator(Consumer<DescribeRegionsRequest.Builder> describeRegionsRequest)
Provides information about the Regions that are configured for multi-Region replication.
|
default DescribeRegionsIterable |
DirectoryClient.describeRegionsPaginator(DescribeRegionsRequest describeRegionsRequest)
Provides information about the Regions that are configured for multi-Region replication.
|
default DescribeSettingsResponse |
DirectoryClient.describeSettings(Consumer<DescribeSettingsRequest.Builder> describeSettingsRequest)
Retrieves information about the configurable settings for the specified directory.
|
default DescribeSettingsResponse |
DirectoryClient.describeSettings(DescribeSettingsRequest describeSettingsRequest)
Retrieves information about the configurable settings for the specified directory.
|
default DescribeSharedDirectoriesResponse |
DirectoryClient.describeSharedDirectories(Consumer<DescribeSharedDirectoriesRequest.Builder> describeSharedDirectoriesRequest)
Returns the shared directories in your account.
|
default DescribeSharedDirectoriesResponse |
DirectoryClient.describeSharedDirectories(DescribeSharedDirectoriesRequest describeSharedDirectoriesRequest)
Returns the shared directories in your account.
|
default DescribeSharedDirectoriesIterable |
DirectoryClient.describeSharedDirectoriesPaginator(Consumer<DescribeSharedDirectoriesRequest.Builder> describeSharedDirectoriesRequest)
Returns the shared directories in your account.
|
default DescribeSharedDirectoriesIterable |
DirectoryClient.describeSharedDirectoriesPaginator(DescribeSharedDirectoriesRequest describeSharedDirectoriesRequest)
Returns the shared directories in your account.
|
default DescribeSnapshotsResponse |
DirectoryClient.describeSnapshots()
Obtains information about the directory snapshots that belong to this account.
|
default DescribeSnapshotsResponse |
DirectoryClient.describeSnapshots(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Obtains information about the directory snapshots that belong to this account.
|
default DescribeSnapshotsResponse |
DirectoryClient.describeSnapshots(DescribeSnapshotsRequest describeSnapshotsRequest)
Obtains information about the directory snapshots that belong to this account.
|
default DescribeSnapshotsIterable |
DirectoryClient.describeSnapshotsPaginator()
Obtains information about the directory snapshots that belong to this account.
|
default DescribeSnapshotsIterable |
DirectoryClient.describeSnapshotsPaginator(Consumer<DescribeSnapshotsRequest.Builder> describeSnapshotsRequest)
Obtains information about the directory snapshots that belong to this account.
|
default DescribeSnapshotsIterable |
DirectoryClient.describeSnapshotsPaginator(DescribeSnapshotsRequest describeSnapshotsRequest)
Obtains information about the directory snapshots that belong to this account.
|
default DescribeTrustsResponse |
DirectoryClient.describeTrusts()
Obtains information about the trust relationships for this account.
|
default DescribeTrustsResponse |
DirectoryClient.describeTrusts(Consumer<DescribeTrustsRequest.Builder> describeTrustsRequest)
Obtains information about the trust relationships for this account.
|
default DescribeTrustsResponse |
DirectoryClient.describeTrusts(DescribeTrustsRequest describeTrustsRequest)
Obtains information about the trust relationships for this account.
|
default DescribeTrustsIterable |
DirectoryClient.describeTrustsPaginator()
Obtains information about the trust relationships for this account.
|
default DescribeTrustsIterable |
DirectoryClient.describeTrustsPaginator(Consumer<DescribeTrustsRequest.Builder> describeTrustsRequest)
Obtains information about the trust relationships for this account.
|
default DescribeTrustsIterable |
DirectoryClient.describeTrustsPaginator(DescribeTrustsRequest describeTrustsRequest)
Obtains information about the trust relationships for this account.
|
default DescribeUpdateDirectoryResponse |
DirectoryClient.describeUpdateDirectory(Consumer<DescribeUpdateDirectoryRequest.Builder> describeUpdateDirectoryRequest)
Describes the updates of a directory for a particular update type.
|
default DescribeUpdateDirectoryResponse |
DirectoryClient.describeUpdateDirectory(DescribeUpdateDirectoryRequest describeUpdateDirectoryRequest)
Describes the updates of a directory for a particular update type.
|
default DescribeUpdateDirectoryIterable |
DirectoryClient.describeUpdateDirectoryPaginator(Consumer<DescribeUpdateDirectoryRequest.Builder> describeUpdateDirectoryRequest)
Describes the updates of a directory for a particular update type.
|
default DescribeUpdateDirectoryIterable |
DirectoryClient.describeUpdateDirectoryPaginator(DescribeUpdateDirectoryRequest describeUpdateDirectoryRequest)
Describes the updates of a directory for a particular update type.
|
default DisableClientAuthenticationResponse |
DirectoryClient.disableClientAuthentication(Consumer<DisableClientAuthenticationRequest.Builder> disableClientAuthenticationRequest)
Disables alternative client authentication methods for the specified directory.
|
default DisableClientAuthenticationResponse |
DirectoryClient.disableClientAuthentication(DisableClientAuthenticationRequest disableClientAuthenticationRequest)
Disables alternative client authentication methods for the specified directory.
|
default DisableLdapsResponse |
DirectoryClient.disableLDAPS(Consumer<DisableLdapsRequest.Builder> disableLdapsRequest)
Deactivates LDAP secure calls for the specified directory.
|
default DisableLdapsResponse |
DirectoryClient.disableLDAPS(DisableLdapsRequest disableLdapsRequest)
Deactivates LDAP secure calls for the specified directory.
|
default DisableRadiusResponse |
DirectoryClient.disableRadius(Consumer<DisableRadiusRequest.Builder> disableRadiusRequest)
Disables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server
for an AD Connector or Microsoft AD directory.
|
default DisableRadiusResponse |
DirectoryClient.disableRadius(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.
|
default DisableSsoResponse |
DirectoryClient.disableSso(Consumer<DisableSsoRequest.Builder> disableSsoRequest)
Disables single-sign on for a directory.
|
default DisableSsoResponse |
DirectoryClient.disableSso(DisableSsoRequest disableSsoRequest)
Disables single-sign on for a directory.
|
default EnableClientAuthenticationResponse |
DirectoryClient.enableClientAuthentication(Consumer<EnableClientAuthenticationRequest.Builder> enableClientAuthenticationRequest)
Enables alternative client authentication methods for the specified directory.
|
default EnableClientAuthenticationResponse |
DirectoryClient.enableClientAuthentication(EnableClientAuthenticationRequest enableClientAuthenticationRequest)
Enables alternative client authentication methods for the specified directory.
|
default EnableLdapsResponse |
DirectoryClient.enableLDAPS(Consumer<EnableLdapsRequest.Builder> enableLdapsRequest)
Activates the switch for the specific directory to always use LDAP secure calls.
|
default EnableLdapsResponse |
DirectoryClient.enableLDAPS(EnableLdapsRequest enableLdapsRequest)
Activates the switch for the specific directory to always use LDAP secure calls.
|
default EnableRadiusResponse |
DirectoryClient.enableRadius(Consumer<EnableRadiusRequest.Builder> enableRadiusRequest)
Enables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for
an AD Connector or Microsoft AD directory.
|
default EnableRadiusResponse |
DirectoryClient.enableRadius(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.
|
default EnableSsoResponse |
DirectoryClient.enableSso(Consumer<EnableSsoRequest.Builder> enableSsoRequest)
Enables single sign-on for a directory.
|
default EnableSsoResponse |
DirectoryClient.enableSso(EnableSsoRequest enableSsoRequest)
Enables single sign-on for a directory.
|
default GetDirectoryLimitsResponse |
DirectoryClient.getDirectoryLimits()
Obtains directory limit information for the current Region.
|
default GetDirectoryLimitsResponse |
DirectoryClient.getDirectoryLimits(Consumer<GetDirectoryLimitsRequest.Builder> getDirectoryLimitsRequest)
Obtains directory limit information for the current Region.
|
default GetDirectoryLimitsResponse |
DirectoryClient.getDirectoryLimits(GetDirectoryLimitsRequest getDirectoryLimitsRequest)
Obtains directory limit information for the current Region.
|
default GetSnapshotLimitsResponse |
DirectoryClient.getSnapshotLimits(Consumer<GetSnapshotLimitsRequest.Builder> getSnapshotLimitsRequest)
Obtains the manual snapshot limits for a directory.
|
default GetSnapshotLimitsResponse |
DirectoryClient.getSnapshotLimits(GetSnapshotLimitsRequest getSnapshotLimitsRequest)
Obtains the manual snapshot limits for a directory.
|
default ListCertificatesResponse |
DirectoryClient.listCertificates(Consumer<ListCertificatesRequest.Builder> listCertificatesRequest)
For the specified directory, lists all the certificates registered for a secure LDAP or client certificate
authentication.
|
default ListCertificatesResponse |
DirectoryClient.listCertificates(ListCertificatesRequest listCertificatesRequest)
For the specified directory, lists all the certificates registered for a secure LDAP or client certificate
authentication.
|
default ListCertificatesIterable |
DirectoryClient.listCertificatesPaginator(Consumer<ListCertificatesRequest.Builder> listCertificatesRequest)
For the specified directory, lists all the certificates registered for a secure LDAP or client certificate
authentication.
|
default ListCertificatesIterable |
DirectoryClient.listCertificatesPaginator(ListCertificatesRequest listCertificatesRequest)
For the specified directory, lists all the certificates registered for a secure LDAP or client certificate
authentication.
|
default ListIpRoutesResponse |
DirectoryClient.listIpRoutes(Consumer<ListIpRoutesRequest.Builder> listIpRoutesRequest)
Lists the address blocks that you have added to a directory.
|
default ListIpRoutesResponse |
DirectoryClient.listIpRoutes(ListIpRoutesRequest listIpRoutesRequest)
Lists the address blocks that you have added to a directory.
|
default ListIpRoutesIterable |
DirectoryClient.listIpRoutesPaginator(Consumer<ListIpRoutesRequest.Builder> listIpRoutesRequest)
Lists the address blocks that you have added to a directory.
|
default ListIpRoutesIterable |
DirectoryClient.listIpRoutesPaginator(ListIpRoutesRequest listIpRoutesRequest)
Lists the address blocks that you have added to a directory.
|
default ListLogSubscriptionsResponse |
DirectoryClient.listLogSubscriptions()
Lists the active log subscriptions for the Amazon Web Services account.
|
default ListLogSubscriptionsResponse |
DirectoryClient.listLogSubscriptions(Consumer<ListLogSubscriptionsRequest.Builder> listLogSubscriptionsRequest)
Lists the active log subscriptions for the Amazon Web Services account.
|
default ListLogSubscriptionsResponse |
DirectoryClient.listLogSubscriptions(ListLogSubscriptionsRequest listLogSubscriptionsRequest)
Lists the active log subscriptions for the Amazon Web Services account.
|
default ListLogSubscriptionsIterable |
DirectoryClient.listLogSubscriptionsPaginator()
Lists the active log subscriptions for the Amazon Web Services account.
|
default ListLogSubscriptionsIterable |
DirectoryClient.listLogSubscriptionsPaginator(Consumer<ListLogSubscriptionsRequest.Builder> listLogSubscriptionsRequest)
Lists the active log subscriptions for the Amazon Web Services account.
|
default ListLogSubscriptionsIterable |
DirectoryClient.listLogSubscriptionsPaginator(ListLogSubscriptionsRequest listLogSubscriptionsRequest)
Lists the active log subscriptions for the Amazon Web Services account.
|
default ListSchemaExtensionsResponse |
DirectoryClient.listSchemaExtensions(Consumer<ListSchemaExtensionsRequest.Builder> listSchemaExtensionsRequest)
Lists all schema extensions applied to a Microsoft AD Directory.
|
default ListSchemaExtensionsResponse |
DirectoryClient.listSchemaExtensions(ListSchemaExtensionsRequest listSchemaExtensionsRequest)
Lists all schema extensions applied to a Microsoft AD Directory.
|
default ListSchemaExtensionsIterable |
DirectoryClient.listSchemaExtensionsPaginator(Consumer<ListSchemaExtensionsRequest.Builder> listSchemaExtensionsRequest)
Lists all schema extensions applied to a Microsoft AD Directory.
|
default ListSchemaExtensionsIterable |
DirectoryClient.listSchemaExtensionsPaginator(ListSchemaExtensionsRequest listSchemaExtensionsRequest)
Lists all schema extensions applied to a Microsoft AD Directory.
|
default ListTagsForResourceResponse |
DirectoryClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists all tags on a directory.
|
default ListTagsForResourceResponse |
DirectoryClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags on a directory.
|
default ListTagsForResourceIterable |
DirectoryClient.listTagsForResourcePaginator(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists all tags on a directory.
|
default ListTagsForResourceIterable |
DirectoryClient.listTagsForResourcePaginator(ListTagsForResourceRequest listTagsForResourceRequest)
Lists all tags on a directory.
|
default RegisterCertificateResponse |
DirectoryClient.registerCertificate(Consumer<RegisterCertificateRequest.Builder> registerCertificateRequest)
Registers a certificate for a secure LDAP or client certificate authentication.
|
default RegisterCertificateResponse |
DirectoryClient.registerCertificate(RegisterCertificateRequest registerCertificateRequest)
Registers a certificate for a secure LDAP or client certificate authentication.
|
default RegisterEventTopicResponse |
DirectoryClient.registerEventTopic(Consumer<RegisterEventTopicRequest.Builder> registerEventTopicRequest)
Associates a directory with an Amazon SNS topic.
|
default RegisterEventTopicResponse |
DirectoryClient.registerEventTopic(RegisterEventTopicRequest registerEventTopicRequest)
Associates a directory with an Amazon SNS topic.
|
default RejectSharedDirectoryResponse |
DirectoryClient.rejectSharedDirectory(Consumer<RejectSharedDirectoryRequest.Builder> rejectSharedDirectoryRequest)
Rejects a directory sharing request that was sent from the directory owner account.
|
default RejectSharedDirectoryResponse |
DirectoryClient.rejectSharedDirectory(RejectSharedDirectoryRequest rejectSharedDirectoryRequest)
Rejects a directory sharing request that was sent from the directory owner account.
|
default RemoveIpRoutesResponse |
DirectoryClient.removeIpRoutes(Consumer<RemoveIpRoutesRequest.Builder> removeIpRoutesRequest)
Removes IP address blocks from a directory.
|
default RemoveIpRoutesResponse |
DirectoryClient.removeIpRoutes(RemoveIpRoutesRequest removeIpRoutesRequest)
Removes IP address blocks from a directory.
|
default RemoveRegionResponse |
DirectoryClient.removeRegion(Consumer<RemoveRegionRequest.Builder> removeRegionRequest)
Stops all replication and removes the domain controllers from the specified Region.
|
default RemoveRegionResponse |
DirectoryClient.removeRegion(RemoveRegionRequest removeRegionRequest)
Stops all replication and removes the domain controllers from the specified Region.
|
default RemoveTagsFromResourceResponse |
DirectoryClient.removeTagsFromResource(Consumer<RemoveTagsFromResourceRequest.Builder> removeTagsFromResourceRequest)
Removes tags from a directory.
|
default RemoveTagsFromResourceResponse |
DirectoryClient.removeTagsFromResource(RemoveTagsFromResourceRequest removeTagsFromResourceRequest)
Removes tags from a directory.
|
default ResetUserPasswordResponse |
DirectoryClient.resetUserPassword(Consumer<ResetUserPasswordRequest.Builder> resetUserPasswordRequest)
Resets the password for any user in your Managed Microsoft AD or Simple AD directory.
|
default ResetUserPasswordResponse |
DirectoryClient.resetUserPassword(ResetUserPasswordRequest resetUserPasswordRequest)
Resets the password for any user in your Managed Microsoft AD or Simple AD directory.
|
default RestoreFromSnapshotResponse |
DirectoryClient.restoreFromSnapshot(Consumer<RestoreFromSnapshotRequest.Builder> restoreFromSnapshotRequest)
Restores a directory using an existing directory snapshot.
|
default RestoreFromSnapshotResponse |
DirectoryClient.restoreFromSnapshot(RestoreFromSnapshotRequest restoreFromSnapshotRequest)
Restores a directory using an existing directory snapshot.
|
default ShareDirectoryResponse |
DirectoryClient.shareDirectory(Consumer<ShareDirectoryRequest.Builder> shareDirectoryRequest)
Shares a specified directory (
DirectoryId) in your Amazon Web Services account (directory owner)
with another Amazon Web Services account (directory consumer). |
default ShareDirectoryResponse |
DirectoryClient.shareDirectory(ShareDirectoryRequest shareDirectoryRequest)
Shares a specified directory (
DirectoryId) in your Amazon Web Services account (directory owner)
with another Amazon Web Services account (directory consumer). |
default StartSchemaExtensionResponse |
DirectoryClient.startSchemaExtension(Consumer<StartSchemaExtensionRequest.Builder> startSchemaExtensionRequest)
Applies a schema extension to a Microsoft AD directory.
|
default StartSchemaExtensionResponse |
DirectoryClient.startSchemaExtension(StartSchemaExtensionRequest startSchemaExtensionRequest)
Applies a schema extension to a Microsoft AD directory.
|
default UnshareDirectoryResponse |
DirectoryClient.unshareDirectory(Consumer<UnshareDirectoryRequest.Builder> unshareDirectoryRequest)
Stops the directory sharing between the directory owner and consumer accounts.
|
default UnshareDirectoryResponse |
DirectoryClient.unshareDirectory(UnshareDirectoryRequest unshareDirectoryRequest)
Stops the directory sharing between the directory owner and consumer accounts.
|
default UpdateConditionalForwarderResponse |
DirectoryClient.updateConditionalForwarder(Consumer<UpdateConditionalForwarderRequest.Builder> updateConditionalForwarderRequest)
Updates a conditional forwarder that has been set up for your Amazon Web Services directory.
|
default UpdateConditionalForwarderResponse |
DirectoryClient.updateConditionalForwarder(UpdateConditionalForwarderRequest updateConditionalForwarderRequest)
Updates a conditional forwarder that has been set up for your Amazon Web Services directory.
|
default UpdateDirectorySetupResponse |
DirectoryClient.updateDirectorySetup(Consumer<UpdateDirectorySetupRequest.Builder> updateDirectorySetupRequest)
Updates the directory for a particular update type.
|
default UpdateDirectorySetupResponse |
DirectoryClient.updateDirectorySetup(UpdateDirectorySetupRequest updateDirectorySetupRequest)
Updates the directory for a particular update type.
|
default UpdateNumberOfDomainControllersResponse |
DirectoryClient.updateNumberOfDomainControllers(Consumer<UpdateNumberOfDomainControllersRequest.Builder> updateNumberOfDomainControllersRequest)
Adds or removes domain controllers to or from the directory.
|
default UpdateNumberOfDomainControllersResponse |
DirectoryClient.updateNumberOfDomainControllers(UpdateNumberOfDomainControllersRequest updateNumberOfDomainControllersRequest)
Adds or removes domain controllers to or from the directory.
|
default UpdateRadiusResponse |
DirectoryClient.updateRadius(Consumer<UpdateRadiusRequest.Builder> updateRadiusRequest)
Updates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector or
Microsoft AD directory.
|
default UpdateRadiusResponse |
DirectoryClient.updateRadius(UpdateRadiusRequest updateRadiusRequest)
Updates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector or
Microsoft AD directory.
|
default UpdateSettingsResponse |
DirectoryClient.updateSettings(Consumer<UpdateSettingsRequest.Builder> updateSettingsRequest)
Updates the configurable settings for the specified directory.
|
default UpdateSettingsResponse |
DirectoryClient.updateSettings(UpdateSettingsRequest updateSettingsRequest)
Updates the configurable settings for the specified directory.
|
default UpdateTrustResponse |
DirectoryClient.updateTrust(Consumer<UpdateTrustRequest.Builder> updateTrustRequest)
Updates the trust that has been set up between your Managed Microsoft AD directory and an self-managed Active
Directory.
|
default UpdateTrustResponse |
DirectoryClient.updateTrust(UpdateTrustRequest updateTrustRequest)
Updates the trust that has been set up between your Managed Microsoft AD directory and an self-managed Active
Directory.
|
default VerifyTrustResponse |
DirectoryClient.verifyTrust(Consumer<VerifyTrustRequest.Builder> verifyTrustRequest)
Directory Service for Microsoft Active Directory allows you to configure and verify trust relationships.
|
default VerifyTrustResponse |
DirectoryClient.verifyTrust(VerifyTrustRequest verifyTrustRequest)
Directory Service for Microsoft Active Directory allows you to configure and verify trust relationships.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
Client authentication is not available in this region at this time.
|
class |
AuthenticationFailedException
An authentication error occurred.
|
class |
CertificateAlreadyExistsException
The certificate has already been registered into the system.
|
class |
CertificateDoesNotExistException
The certificate is not present in the system for describe or deregister activities.
|
class |
CertificateInUseException
The certificate is being used for the LDAP security connection and cannot be removed without disabling LDAP security.
|
class |
CertificateLimitExceededException
The certificate could not be added because the certificate limit has been reached.
|
class |
ClientException
A client exception has occurred.
|
class |
DirectoryAlreadyInRegionException
The Region you specified is the same Region where the Managed Microsoft AD directory was created.
|
class |
DirectoryAlreadySharedException
The specified directory has already been shared with this Amazon Web Services account.
|
class |
DirectoryDoesNotExistException
The specified directory does not exist in the system.
|
class |
DirectoryInDesiredStateException
The directory is already updated to desired update type settings.
|
class |
DirectoryLimitExceededException
The maximum number of directories in the region has been reached.
|
class |
DirectoryNotSharedException
The specified directory has not been shared with this Amazon Web Services account.
|
class |
DirectoryUnavailableException
The specified directory is unavailable or could not be found.
|
class |
DomainControllerLimitExceededException
The maximum allowed number of domain controllers per directory was exceeded.
|
class |
EntityAlreadyExistsException
The specified entity already exists.
|
class |
EntityDoesNotExistException
The specified entity could not be found.
|
class |
IncompatibleSettingsException
The specified directory setting is not compatible with other settings.
|
class |
InsufficientPermissionsException
The account does not have sufficient permission to perform the operation.
|
class |
InvalidCertificateException
The certificate PEM that was provided has incorrect encoding.
|
class |
InvalidClientAuthStatusException
Client authentication is already enabled.
|
class |
InvalidLdapsStatusException
The LDAP activities could not be performed because they are limited by the LDAPS status.
|
class |
InvalidNextTokenException
The
NextToken value is not valid. |
class |
InvalidParameterException
One or more parameters are not valid.
|
class |
InvalidPasswordException
The new password provided by the user does not meet the password complexity requirements defined in your directory.
|
class |
InvalidTargetException
The specified shared target is not valid.
|
class |
IpRouteLimitExceededException
The maximum allowed number of IP addresses was exceeded.
|
class |
NoAvailableCertificateException
Client authentication setup could not be completed because at least one valid certificate must be registered in the
system.
|
class |
OrganizationsException
Exception encountered while trying to access your Amazon Web Services organization.
|
class |
RegionLimitExceededException
You have reached the limit for maximum number of simultaneous Region replications per directory.
|
class |
ServiceException
An exception has occurred in Directory Service.
|
class |
ShareLimitExceededException
The maximum number of Amazon Web Services accounts that you can share with this directory has been reached.
|
class |
SnapshotLimitExceededException
The maximum number of manual snapshots for the directory has been reached.
|
class |
TagLimitExceededException
The maximum allowed number of tags was exceeded.
|
class |
UnsupportedOperationException
The operation is not supported.
|
class |
UnsupportedSettingsException
The specified directory setting is not supported.
|
class |
UserDoesNotExistException
The user provided a username that does not exist in your directory.
|
| Modifier and Type | Method and Description |
|---|---|
DirectoryException |
DirectoryException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(DirectoryException ex) |
Copyright © 2022. All rights reserved.