Uses of Class
software.amazon.awssdk.services.directory.model.RemoveRegionResponse
-
Packages that use RemoveRegionResponse Package Description software.amazon.awssdk.services.directory Directory Service -
-
Uses of RemoveRegionResponse in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory that return RemoveRegionResponse Modifier and Type Method Description default RemoveRegionResponseDirectoryClient. removeRegion(Consumer<RemoveRegionRequest.Builder> removeRegionRequest)Stops all replication and removes the domain controllers from the specified Region.default RemoveRegionResponseDirectoryClient. removeRegion(RemoveRegionRequest removeRegionRequest)Stops all replication and removes the domain controllers from the specified Region.Methods in software.amazon.awssdk.services.directory that return types with arguments of type RemoveRegionResponse Modifier and Type Method 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.
-