| Package | Description |
|---|---|
| com.amazonaws.services.clouddirectory |
|
| com.amazonaws.services.clouddirectory.model |
| Modifier and Type | Method and Description |
|---|---|
LookupPolicyResult |
AbstractAmazonCloudDirectory.lookupPolicy(LookupPolicyRequest request) |
LookupPolicyResult |
AmazonCloudDirectory.lookupPolicy(LookupPolicyRequest lookupPolicyRequest)
Lists all policies from the root of the Directory to the object specified.
|
LookupPolicyResult |
AmazonCloudDirectoryClient.lookupPolicy(LookupPolicyRequest lookupPolicyRequest)
Lists all policies from the root of the Directory to the object specified.
|
| Modifier and Type | Method and Description |
|---|---|
Future<LookupPolicyResult> |
AmazonCloudDirectoryAsync.lookupPolicyAsync(LookupPolicyRequest lookupPolicyRequest,
AsyncHandler<LookupPolicyRequest,LookupPolicyResult> asyncHandler)
Lists all policies from the root of the Directory to the object specified.
|
Future<LookupPolicyResult> |
AbstractAmazonCloudDirectoryAsync.lookupPolicyAsync(LookupPolicyRequest request,
AsyncHandler<LookupPolicyRequest,LookupPolicyResult> asyncHandler) |
Future<LookupPolicyResult> |
AmazonCloudDirectoryAsyncClient.lookupPolicyAsync(LookupPolicyRequest request,
AsyncHandler<LookupPolicyRequest,LookupPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
LookupPolicyResult |
LookupPolicyResult.clone() |
LookupPolicyResult |
LookupPolicyResult.withNextToken(String nextToken)
Token used for pagination.
|
LookupPolicyResult |
LookupPolicyResult.withPolicyToPathList(Collection<PolicyToPath> policyToPathList)
Provides list of path to policies.
|
LookupPolicyResult |
LookupPolicyResult.withPolicyToPathList(PolicyToPath... policyToPathList)
Provides list of path to policies.
|
Copyright © 2017. All rights reserved.