Uses of Class
software.amazon.awssdk.services.entityresolution.model.PutPolicyResponse
-
Packages that use PutPolicyResponse Package Description software.amazon.awssdk.services.entityresolution Welcome to the Entity Resolution API Reference. -
-
Uses of PutPolicyResponse in software.amazon.awssdk.services.entityresolution
Methods in software.amazon.awssdk.services.entityresolution that return PutPolicyResponse Modifier and Type Method Description default PutPolicyResponseEntityResolutionClient. putPolicy(Consumer<PutPolicyRequest.Builder> putPolicyRequest)Updates the resource-based policy.default PutPolicyResponseEntityResolutionClient. putPolicy(PutPolicyRequest putPolicyRequest)Updates the resource-based policy.Methods in software.amazon.awssdk.services.entityresolution that return types with arguments of type PutPolicyResponse Modifier and Type Method Description default CompletableFuture<PutPolicyResponse>EntityResolutionAsyncClient. putPolicy(Consumer<PutPolicyRequest.Builder> putPolicyRequest)Updates the resource-based policy.default CompletableFuture<PutPolicyResponse>EntityResolutionAsyncClient. putPolicy(PutPolicyRequest putPolicyRequest)Updates the resource-based policy.
-