| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateComputerResponse |
DirectoryClient.createComputer(Consumer<CreateComputerRequest.Builder> createComputerRequest)
Creates a computer account in the specified directory, and joins the computer to the directory.
|
default CreateComputerResponse |
DirectoryClient.createComputer(CreateComputerRequest createComputerRequest)
Creates a computer account in the specified directory, and joins the computer to the directory.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateComputerResponse> |
DirectoryAsyncClient.createComputer(Consumer<CreateComputerRequest.Builder> createComputerRequest)
Creates a computer account in the specified directory, and joins the computer to the directory.
|
default CompletableFuture<CreateComputerResponse> |
DirectoryAsyncClient.createComputer(CreateComputerRequest createComputerRequest)
Creates a computer account in the specified directory, and joins the computer to the directory.
|
Copyright © 2019. All rights reserved.