Uses of Class
software.amazon.awssdk.services.clouddirectory.model.LookupPolicyResponse
-
Packages that use LookupPolicyResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.paginators -
-
Uses of LookupPolicyResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return LookupPolicyResponse Modifier and Type Method Description default LookupPolicyResponseCloudDirectoryClient. lookupPolicy(Consumer<LookupPolicyRequest.Builder> lookupPolicyRequest)Lists all policies from the root of the Directory to the object specified.default LookupPolicyResponseCloudDirectoryClient. lookupPolicy(LookupPolicyRequest lookupPolicyRequest)Lists all policies from the root of the Directory to the object specified.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type LookupPolicyResponse Modifier and Type Method Description default CompletableFuture<LookupPolicyResponse>CloudDirectoryAsyncClient. lookupPolicy(Consumer<LookupPolicyRequest.Builder> lookupPolicyRequest)Lists all policies from the root of the Directory to the object specified.default CompletableFuture<LookupPolicyResponse>CloudDirectoryAsyncClient. lookupPolicy(LookupPolicyRequest lookupPolicyRequest)Lists all policies from the root of the Directory to the object specified. -
Uses of LookupPolicyResponse in software.amazon.awssdk.services.clouddirectory.paginators
Methods in software.amazon.awssdk.services.clouddirectory.paginators that return types with arguments of type LookupPolicyResponse Modifier and Type Method Description Iterator<LookupPolicyResponse>LookupPolicyIterable. iterator()Method parameters in software.amazon.awssdk.services.clouddirectory.paginators with type arguments of type LookupPolicyResponse Modifier and Type Method Description voidLookupPolicyPublisher. subscribe(org.reactivestreams.Subscriber<? super LookupPolicyResponse> subscriber)
-