Uses of Class
software.amazon.awssdk.services.entityresolution.model.GetPolicyResponse
-
Packages that use GetPolicyResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of GetPolicyResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return GetPolicyResponse Modifier and Type Method Description default GetPolicyResponseEntityResolutionClient. getPolicy(Consumer<GetPolicyRequest.Builder> getPolicyRequest)Returns the resource-based policy.default GetPolicyResponseEntityResolutionClient. getPolicy(GetPolicyRequest getPolicyRequest)Returns the resource-based policy.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type GetPolicyResponse Modifier and Type Method Description default CompletableFuture<GetPolicyResponse>EntityResolutionAsyncClient. getPolicy(Consumer<GetPolicyRequest.Builder> getPolicyRequest)Returns the resource-based policy.default CompletableFuture<GetPolicyResponse>EntityResolutionAsyncClient. getPolicy(GetPolicyRequest getPolicyRequest)Returns the resource-based policy.
-