Uses of Class
software.amazon.awssdk.services.ram.model.InvalidPolicyException
Packages that use InvalidPolicyException
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of InvalidPolicyException in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that throw InvalidPolicyExceptionModifier and TypeMethodDescriptiondefault CreatePermissionResponseRamClient.createPermission(Consumer<CreatePermissionRequest.Builder> createPermissionRequest) Creates a customer managed permission for a specified resource type that you can attach to resource shares.default CreatePermissionResponseRamClient.createPermission(CreatePermissionRequest createPermissionRequest) Creates a customer managed permission for a specified resource type that you can attach to resource shares.default CreatePermissionVersionResponseRamClient.createPermissionVersion(Consumer<CreatePermissionVersionRequest.Builder> createPermissionVersionRequest) Creates a new version of the specified customer managed permission.default CreatePermissionVersionResponseRamClient.createPermissionVersion(CreatePermissionVersionRequest createPermissionVersionRequest) Creates a new version of the specified customer managed permission.RamClient.promotePermissionCreatedFromPolicy(Consumer<PromotePermissionCreatedFromPolicyRequest.Builder> promotePermissionCreatedFromPolicyRequest) 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.RamClient.promotePermissionCreatedFromPolicy(PromotePermissionCreatedFromPolicyRequest promotePermissionCreatedFromPolicyRequest) 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.