| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
JoinDomainResult |
AbstractAWSStorageGateway.joinDomain(JoinDomainRequest request) |
JoinDomainResult |
AWSStorageGatewayClient.joinDomain(JoinDomainRequest request)
Adds a file gateway to an Active Directory domain.
|
JoinDomainResult |
AWSStorageGateway.joinDomain(JoinDomainRequest joinDomainRequest)
Adds a file gateway to an Active Directory domain.
|
Future<JoinDomainResult> |
AbstractAWSStorageGatewayAsync.joinDomainAsync(JoinDomainRequest request) |
Future<JoinDomainResult> |
AWSStorageGatewayAsyncClient.joinDomainAsync(JoinDomainRequest request) |
Future<JoinDomainResult> |
AWSStorageGatewayAsync.joinDomainAsync(JoinDomainRequest joinDomainRequest)
Adds a file gateway to an Active Directory domain.
|
Future<JoinDomainResult> |
AbstractAWSStorageGatewayAsync.joinDomainAsync(JoinDomainRequest request,
AsyncHandler<JoinDomainRequest,JoinDomainResult> asyncHandler) |
Future<JoinDomainResult> |
AWSStorageGatewayAsyncClient.joinDomainAsync(JoinDomainRequest request,
AsyncHandler<JoinDomainRequest,JoinDomainResult> asyncHandler) |
Future<JoinDomainResult> |
AWSStorageGatewayAsync.joinDomainAsync(JoinDomainRequest joinDomainRequest,
AsyncHandler<JoinDomainRequest,JoinDomainResult> asyncHandler)
Adds a file gateway to an Active Directory domain.
|
| Modifier and Type | Method and Description |
|---|---|
Future<JoinDomainResult> |
AbstractAWSStorageGatewayAsync.joinDomainAsync(JoinDomainRequest request,
AsyncHandler<JoinDomainRequest,JoinDomainResult> asyncHandler) |
Future<JoinDomainResult> |
AWSStorageGatewayAsyncClient.joinDomainAsync(JoinDomainRequest request,
AsyncHandler<JoinDomainRequest,JoinDomainResult> asyncHandler) |
Future<JoinDomainResult> |
AWSStorageGatewayAsync.joinDomainAsync(JoinDomainRequest joinDomainRequest,
AsyncHandler<JoinDomainRequest,JoinDomainResult> asyncHandler)
Adds a file gateway to an Active Directory domain.
|
| Modifier and Type | Method and Description |
|---|---|
JoinDomainRequest |
JoinDomainRequest.clone() |
JoinDomainRequest |
JoinDomainRequest.withDomainControllers(Collection<String> domainControllers)
List of IPv4 addresses, NetBIOS names, or host names of your domain server.
|
JoinDomainRequest |
JoinDomainRequest.withDomainControllers(String... domainControllers)
List of IPv4 addresses, NetBIOS names, or host names of your domain server.
|
JoinDomainRequest |
JoinDomainRequest.withDomainName(String domainName)
The name of the domain that you want the gateway to join.
|
JoinDomainRequest |
JoinDomainRequest.withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
JoinDomainRequest |
JoinDomainRequest.withOrganizationalUnit(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 |
JoinDomainRequest.withPassword(String password)
Sets the password of the user who has permission to add the gateway to the Active Directory domain.
|
JoinDomainRequest |
JoinDomainRequest.withTimeoutInSeconds(Integer timeoutInSeconds)
Specifies the time in seconds, in which the
JoinDomain operation must complete. |
JoinDomainRequest |
JoinDomainRequest.withUserName(String userName)
Sets the user name of user who has permission to add the gateway to the Active Directory domain.
|
Copyright © 2021. All rights reserved.