Uses of Class
software.amazon.awssdk.services.clouddirectory.model.LookupPolicyRequest
-
Packages that use LookupPolicyRequest Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.paginators software.amazon.awssdk.services.clouddirectory.transform -
-
Uses of LookupPolicyRequest in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory with parameters of type LookupPolicyRequest Modifier and Type Method Description default CompletableFuture<LookupPolicyResponse>CloudDirectoryAsyncClient. lookupPolicy(LookupPolicyRequest 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.default LookupPolicyPublisherCloudDirectoryAsyncClient. lookupPolicyPaginator(LookupPolicyRequest lookupPolicyRequest)Lists all policies from the root of the Directory to the object specified.default LookupPolicyIterableCloudDirectoryClient. lookupPolicyPaginator(LookupPolicyRequest lookupPolicyRequest)Lists all policies from the root of the Directory to the object specified. -
Uses of LookupPolicyRequest in software.amazon.awssdk.services.clouddirectory.paginators
Constructors in software.amazon.awssdk.services.clouddirectory.paginators with parameters of type LookupPolicyRequest Constructor Description LookupPolicyIterable(CloudDirectoryClient client, LookupPolicyRequest firstRequest)LookupPolicyPublisher(CloudDirectoryAsyncClient client, LookupPolicyRequest firstRequest) -
Uses of LookupPolicyRequest in software.amazon.awssdk.services.clouddirectory.transform
Methods in software.amazon.awssdk.services.clouddirectory.transform with parameters of type LookupPolicyRequest Modifier and Type Method Description SdkHttpFullRequestLookupPolicyRequestMarshaller. marshall(LookupPolicyRequest lookupPolicyRequest)
-