| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateComputerResponse |
DirectoryClient.createComputer(Consumer<CreateComputerRequest.Builder> createComputerRequest)
Creates an Active Directory computer object in the specified directory.
|
default CreateComputerResponse |
DirectoryClient.createComputer(CreateComputerRequest createComputerRequest)
Creates an Active Directory computer object in the specified directory.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateComputerResponse> |
DirectoryAsyncClient.createComputer(Consumer<CreateComputerRequest.Builder> createComputerRequest)
Creates an Active Directory computer object in the specified directory.
|
default CompletableFuture<CreateComputerResponse> |
DirectoryAsyncClient.createComputer(CreateComputerRequest createComputerRequest)
Creates an Active Directory computer object in the specified directory.
|
Copyright © 2021. All rights reserved.