Uses of Class
software.amazon.awssdk.services.directory.model.UnshareDirectoryResponse
-
Packages that use UnshareDirectoryResponse Package Description software.amazon.awssdk.services.directory Directory Service -
-
Uses of UnshareDirectoryResponse in software.amazon.awssdk.services.directory
Methods in software.amazon.awssdk.services.directory that return UnshareDirectoryResponse Modifier and Type Method Description default UnshareDirectoryResponseDirectoryClient. unshareDirectory(Consumer<UnshareDirectoryRequest.Builder> unshareDirectoryRequest)Stops the directory sharing between the directory owner and consumer accounts.default UnshareDirectoryResponseDirectoryClient. unshareDirectory(UnshareDirectoryRequest unshareDirectoryRequest)Stops the directory sharing between the directory owner and consumer accounts.Methods in software.amazon.awssdk.services.directory that return types with arguments of type UnshareDirectoryResponse Modifier and Type Method Description default CompletableFuture<UnshareDirectoryResponse>DirectoryAsyncClient. unshareDirectory(Consumer<UnshareDirectoryRequest.Builder> unshareDirectoryRequest)Stops the directory sharing between the directory owner and consumer accounts.default CompletableFuture<UnshareDirectoryResponse>DirectoryAsyncClient. unshareDirectory(UnshareDirectoryRequest unshareDirectoryRequest)Stops the directory sharing between the directory owner and consumer accounts.
-