| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
default JoinDomainResponse |
StorageGatewayClient.joinDomain(Consumer<JoinDomainRequest.Builder> joinDomainRequest)
Adds a file gateway to an Active Directory domain.
|
default CompletableFuture<JoinDomainResponse> |
StorageGatewayAsyncClient.joinDomain(Consumer<JoinDomainRequest.Builder> joinDomainRequest)
Adds a file gateway to an Active Directory domain.
|
| Modifier and Type | Method and Description |
|---|---|
static JoinDomainRequest.Builder |
JoinDomainRequest.builder() |
JoinDomainRequest.Builder |
JoinDomainRequest.Builder.domainControllers(Collection<String> domainControllers)
List of IPv4 addresses, NetBIOS names, or host names of your domain server.
|
JoinDomainRequest.Builder |
JoinDomainRequest.Builder.domainControllers(String... domainControllers)
List of IPv4 addresses, NetBIOS names, or host names of your domain server.
|
JoinDomainRequest.Builder |
JoinDomainRequest.Builder.domainName(String domainName)
The name of the domain that you want the gateway to join.
|
JoinDomainRequest.Builder |
JoinDomainRequest.Builder.gatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
JoinDomainRequest.Builder |
JoinDomainRequest.Builder.organizationalUnit(String organizationalUnit)
The organizational unit (OU) is a container in an Active Directory that can hold users, groups, computers,
and other OUs and this parameter specifies the OU that the gateway will join within the AD domain.
|
JoinDomainRequest.Builder |
JoinDomainRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
JoinDomainRequest.Builder |
JoinDomainRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
JoinDomainRequest.Builder |
JoinDomainRequest.Builder.password(String password)
Sets the password of the user who has permission to add the gateway to the Active Directory domain.
|
JoinDomainRequest.Builder |
JoinDomainRequest.Builder.timeoutInSeconds(Integer timeoutInSeconds)
Specifies the time in seconds, in which the
JoinDomain operation must complete. |
JoinDomainRequest.Builder |
JoinDomainRequest.toBuilder() |
JoinDomainRequest.Builder |
JoinDomainRequest.Builder.userName(String userName)
Sets the user name of user who has permission to add the gateway to the Active Directory domain.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JoinDomainRequest.Builder> |
JoinDomainRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.