| Package | Description |
|---|---|
| com.amazonaws.services.directory |
|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
AddIpRoutesResult |
AWSDirectoryServiceClient.addIpRoutes(AddIpRoutesRequest request)
If the DNS server for your on-premises domain uses a publicly addressable IP address, you must add a CIDR address
block to correctly route traffic to and from your Microsoft AD on Amazon Web Services.
|
AddIpRoutesResult |
AWSDirectoryService.addIpRoutes(AddIpRoutesRequest addIpRoutesRequest)
If the DNS server for your on-premises domain uses a publicly addressable IP address, you must add a CIDR address
block to correctly route traffic to and from your Microsoft AD on Amazon Web Services.
|
AddIpRoutesResult |
AbstractAWSDirectoryService.addIpRoutes(AddIpRoutesRequest request) |
Future<AddIpRoutesResult> |
AbstractAWSDirectoryServiceAsync.addIpRoutesAsync(AddIpRoutesRequest request) |
Future<AddIpRoutesResult> |
AWSDirectoryServiceAsync.addIpRoutesAsync(AddIpRoutesRequest addIpRoutesRequest)
If the DNS server for your on-premises domain uses a publicly addressable IP address, you must add a CIDR address
block to correctly route traffic to and from your Microsoft AD on Amazon Web Services.
|
Future<AddIpRoutesResult> |
AWSDirectoryServiceAsyncClient.addIpRoutesAsync(AddIpRoutesRequest request) |
Future<AddIpRoutesResult> |
AbstractAWSDirectoryServiceAsync.addIpRoutesAsync(AddIpRoutesRequest request,
AsyncHandler<AddIpRoutesRequest,AddIpRoutesResult> asyncHandler) |
Future<AddIpRoutesResult> |
AWSDirectoryServiceAsync.addIpRoutesAsync(AddIpRoutesRequest addIpRoutesRequest,
AsyncHandler<AddIpRoutesRequest,AddIpRoutesResult> asyncHandler)
If the DNS server for your on-premises domain uses a publicly addressable IP address, you must add a CIDR address
block to correctly route traffic to and from your Microsoft AD on Amazon Web Services.
|
Future<AddIpRoutesResult> |
AWSDirectoryServiceAsyncClient.addIpRoutesAsync(AddIpRoutesRequest request,
AsyncHandler<AddIpRoutesRequest,AddIpRoutesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<AddIpRoutesResult> |
AbstractAWSDirectoryServiceAsync.addIpRoutesAsync(AddIpRoutesRequest request,
AsyncHandler<AddIpRoutesRequest,AddIpRoutesResult> asyncHandler) |
Future<AddIpRoutesResult> |
AWSDirectoryServiceAsync.addIpRoutesAsync(AddIpRoutesRequest addIpRoutesRequest,
AsyncHandler<AddIpRoutesRequest,AddIpRoutesResult> asyncHandler)
If the DNS server for your on-premises domain uses a publicly addressable IP address, you must add a CIDR address
block to correctly route traffic to and from your Microsoft AD on Amazon Web Services.
|
Future<AddIpRoutesResult> |
AWSDirectoryServiceAsyncClient.addIpRoutesAsync(AddIpRoutesRequest request,
AsyncHandler<AddIpRoutesRequest,AddIpRoutesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AddIpRoutesRequest |
AddIpRoutesRequest.clone() |
AddIpRoutesRequest |
AddIpRoutesRequest.withDirectoryId(String directoryId)
Identifier (ID) of the directory to which to add the address block.
|
AddIpRoutesRequest |
AddIpRoutesRequest.withIpRoutes(Collection<IpRoute> ipRoutes)
IP address blocks, using CIDR format, of the traffic to route.
|
AddIpRoutesRequest |
AddIpRoutesRequest.withIpRoutes(IpRoute... ipRoutes)
IP address blocks, using CIDR format, of the traffic to route.
|
AddIpRoutesRequest |
AddIpRoutesRequest.withUpdateSecurityGroupForDirectoryControllers(Boolean updateSecurityGroupForDirectoryControllers)
If set to true, updates the inbound and outbound rules of the security group that has the description:
"AWS created security group for directory ID directory controllers." Following are the new rules:
|
Copyright © 2018. All rights reserved.