| Package | Description |
|---|---|
| com.amazonaws.services.ram |
This is the Resource Access Manager API Reference.
|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
ReplacePermissionAssociationsRequest |
ReplacePermissionAssociationsRequest.clone() |
ReplacePermissionAssociationsRequest |
ReplacePermissionAssociationsRequest.withClientToken(String clientToken)
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
ReplacePermissionAssociationsRequest |
ReplacePermissionAssociationsRequest.withFromPermissionArn(String fromPermissionArn)
Specifies the Amazon
Resource Name (ARN) of the managed permission that you want to replace.
|
ReplacePermissionAssociationsRequest |
ReplacePermissionAssociationsRequest.withFromPermissionVersion(Integer fromPermissionVersion)
Specifies that you want to updated the permissions for only those resource shares that use the specified version
of the managed permission.
|
ReplacePermissionAssociationsRequest |
ReplacePermissionAssociationsRequest.withToPermissionArn(String toPermissionArn)
Specifies the ARN of the managed permission that you want to associate with resource shares in place of the one
specified by
fromPerssionArn and fromPermissionVersion. |
Copyright © 2023. All rights reserved.