Uses of Interface
software.amazon.awssdk.services.ram.model.PromotePermissionCreatedFromPolicyRequest.Builder
Packages that use PromotePermissionCreatedFromPolicyRequest.Builder
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of PromotePermissionCreatedFromPolicyRequest.Builder in software.amazon.awssdk.services.ram
Method parameters in software.amazon.awssdk.services.ram with type arguments of type PromotePermissionCreatedFromPolicyRequest.BuilderModifier and TypeMethodDescriptionRamAsyncClient.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(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. -
Uses of PromotePermissionCreatedFromPolicyRequest.Builder in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return PromotePermissionCreatedFromPolicyRequest.BuilderModifier and TypeMethodDescriptionPromotePermissionCreatedFromPolicyRequest.builder()PromotePermissionCreatedFromPolicyRequest.Builder.clientToken(String clientToken) Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.Specifies a name for the promoted customer managed permission.PromotePermissionCreatedFromPolicyRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PromotePermissionCreatedFromPolicyRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PromotePermissionCreatedFromPolicyRequest.Builder.permissionArn(String permissionArn) Specifies the Amazon Resource Name (ARN) of theCREATED_FROM_POLICYpermission that you want to promote.PromotePermissionCreatedFromPolicyRequest.toBuilder()Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type PromotePermissionCreatedFromPolicyRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PromotePermissionCreatedFromPolicyRequest.Builder>PromotePermissionCreatedFromPolicyRequest.serializableBuilderClass()