| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory |
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RemoveRegionResponse> |
DirectoryAsyncClient.removeRegion(Consumer<RemoveRegionRequest.Builder> removeRegionRequest)
Stops all replication and removes the domain controllers from the specified Region.
|
default CompletableFuture<RemoveRegionResponse> |
DirectoryAsyncClient.removeRegion(RemoveRegionRequest removeRegionRequest)
Stops all replication and removes the domain controllers from the specified Region.
|
Copyright © 2022. All rights reserved.