Uses of Class
software.amazon.awssdk.services.directory.model.RemoveRegionRequest
-
Packages that use RemoveRegionRequest Package Description software.amazon.awssdk.services.directory Directory Service software.amazon.awssdk.services.directory.transform -
-
Uses of RemoveRegionRequest in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory with parameters of type RemoveRegionRequest Modifier and Type Method Description default CompletableFuture<RemoveRegionResponse>DirectoryAsyncClient. removeRegion(RemoveRegionRequest 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. -
Uses of RemoveRegionRequest in software.amazon.awssdk.services.directory.transform
Methods in software.amazon.awssdk.services.directory.transform with parameters of type RemoveRegionRequest Modifier and Type Method Description SdkHttpFullRequestRemoveRegionRequestMarshaller. marshall(RemoveRegionRequest removeRegionRequest)
-