Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.UpdatePolicyResponse
-
Packages that use UpdatePolicyResponse Package Description software.amazon.awssdk.services.verifiedpermissions Amazon Verified Permissions is a permissions management service from Amazon Web Services. -
-
Uses of UpdatePolicyResponse in software.amazon.awssdk.services.verifiedpermissions
Methods in software.amazon.awssdk.services.verifiedpermissions that return UpdatePolicyResponse Modifier and Type Method Description default UpdatePolicyResponseVerifiedPermissionsClient. updatePolicy(Consumer<UpdatePolicyRequest.Builder> updatePolicyRequest)Modifies a Cedar static policy in the specified policy store.default UpdatePolicyResponseVerifiedPermissionsClient. updatePolicy(UpdatePolicyRequest updatePolicyRequest)Modifies a Cedar static policy in the specified policy store.Methods in software.amazon.awssdk.services.verifiedpermissions that return types with arguments of type UpdatePolicyResponse Modifier and Type Method Description default CompletableFuture<UpdatePolicyResponse>VerifiedPermissionsAsyncClient. updatePolicy(Consumer<UpdatePolicyRequest.Builder> updatePolicyRequest)Modifies a Cedar static policy in the specified policy store.default CompletableFuture<UpdatePolicyResponse>VerifiedPermissionsAsyncClient. updatePolicy(UpdatePolicyRequest updatePolicyRequest)Modifies a Cedar static policy in the specified policy store.
-