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