Uses of Class
software.amazon.awssdk.services.ram.model.UnmatchedPolicyPermissionException
-
Packages that use UnmatchedPolicyPermissionException Package Description software.amazon.awssdk.services.ram This is the Resource Access Manager API Reference. -
-
Uses of UnmatchedPolicyPermissionException in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that throw UnmatchedPolicyPermissionException Modifier and Type Method Description default PromoteResourceShareCreatedFromPolicyResponseRamClient. promoteResourceShareCreatedFromPolicy(Consumer<PromoteResourceShareCreatedFromPolicyRequest.Builder> promoteResourceShareCreatedFromPolicyRequest)When you attach a resource-based policy to a resource, RAM automatically creates a resource share offeatureSet=CREATED_FROM_POLICYwith a managed permission that has the same IAM permissions as the original resource-based policy.default PromoteResourceShareCreatedFromPolicyResponseRamClient. promoteResourceShareCreatedFromPolicy(PromoteResourceShareCreatedFromPolicyRequest promoteResourceShareCreatedFromPolicyRequest)When you attach a resource-based policy to a resource, RAM automatically creates a resource share offeatureSet=CREATED_FROM_POLICYwith a managed permission that has the same IAM permissions as the original resource-based policy.
-