| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| Modifier and Type | Method and Description |
|---|---|
default AddRoleToInstanceProfileResponse |
IamClient.addRoleToInstanceProfile(AddRoleToInstanceProfileRequest addRoleToInstanceProfileRequest)
Adds the specified IAM role to the specified instance profile.
|
default AddRoleToInstanceProfileResponse |
IamClient.addRoleToInstanceProfile(Consumer<AddRoleToInstanceProfileRequest.Builder> addRoleToInstanceProfileRequest)
Adds the specified IAM role to the specified instance profile.
|
default AttachRolePolicyResponse |
IamClient.attachRolePolicy(AttachRolePolicyRequest attachRolePolicyRequest)
Attaches the specified managed policy to the specified IAM role.
|
default AttachRolePolicyResponse |
IamClient.attachRolePolicy(Consumer<AttachRolePolicyRequest.Builder> attachRolePolicyRequest)
Attaches the specified managed policy to the specified IAM role.
|
default DeleteRoleResponse |
IamClient.deleteRole(Consumer<DeleteRoleRequest.Builder> deleteRoleRequest)
Deletes the specified role.
|
default DeleteRoleResponse |
IamClient.deleteRole(DeleteRoleRequest deleteRoleRequest)
Deletes the specified role.
|
default DeleteRolePermissionsBoundaryResponse |
IamClient.deleteRolePermissionsBoundary(Consumer<DeleteRolePermissionsBoundaryRequest.Builder> deleteRolePermissionsBoundaryRequest)
Deletes the permissions boundary for the specified IAM role.
|
default DeleteRolePermissionsBoundaryResponse |
IamClient.deleteRolePermissionsBoundary(DeleteRolePermissionsBoundaryRequest deleteRolePermissionsBoundaryRequest)
Deletes the permissions boundary for the specified IAM role.
|
default DeleteRolePolicyResponse |
IamClient.deleteRolePolicy(Consumer<DeleteRolePolicyRequest.Builder> deleteRolePolicyRequest)
Deletes the specified inline policy that is embedded in the specified IAM role.
|
default DeleteRolePolicyResponse |
IamClient.deleteRolePolicy(DeleteRolePolicyRequest deleteRolePolicyRequest)
Deletes the specified inline policy that is embedded in the specified IAM role.
|
default DetachRolePolicyResponse |
IamClient.detachRolePolicy(Consumer<DetachRolePolicyRequest.Builder> detachRolePolicyRequest)
Removes the specified managed policy from the specified role.
|
default DetachRolePolicyResponse |
IamClient.detachRolePolicy(DetachRolePolicyRequest detachRolePolicyRequest)
Removes the specified managed policy from the specified role.
|
default PutRolePermissionsBoundaryResponse |
IamClient.putRolePermissionsBoundary(Consumer<PutRolePermissionsBoundaryRequest.Builder> putRolePermissionsBoundaryRequest)
Adds or updates the policy that is specified as the IAM role's permissions boundary.
|
default PutRolePermissionsBoundaryResponse |
IamClient.putRolePermissionsBoundary(PutRolePermissionsBoundaryRequest putRolePermissionsBoundaryRequest)
Adds or updates the policy that is specified as the IAM role's permissions boundary.
|
default PutRolePolicyResponse |
IamClient.putRolePolicy(Consumer<PutRolePolicyRequest.Builder> putRolePolicyRequest)
Adds or updates an inline policy document that is embedded in the specified IAM role.
|
default PutRolePolicyResponse |
IamClient.putRolePolicy(PutRolePolicyRequest putRolePolicyRequest)
Adds or updates an inline policy document that is embedded in the specified IAM role.
|
default RemoveRoleFromInstanceProfileResponse |
IamClient.removeRoleFromInstanceProfile(Consumer<RemoveRoleFromInstanceProfileRequest.Builder> removeRoleFromInstanceProfileRequest)
Removes the specified IAM role from the specified EC2 instance profile.
|
default RemoveRoleFromInstanceProfileResponse |
IamClient.removeRoleFromInstanceProfile(RemoveRoleFromInstanceProfileRequest removeRoleFromInstanceProfileRequest)
Removes the specified IAM role from the specified EC2 instance profile.
|
default UpdateAssumeRolePolicyResponse |
IamClient.updateAssumeRolePolicy(Consumer<UpdateAssumeRolePolicyRequest.Builder> updateAssumeRolePolicyRequest)
Updates the policy that grants an IAM entity permission to assume a role.
|
default UpdateAssumeRolePolicyResponse |
IamClient.updateAssumeRolePolicy(UpdateAssumeRolePolicyRequest updateAssumeRolePolicyRequest)
Updates the policy that grants an IAM entity permission to assume a role.
|
default UpdateRoleResponse |
IamClient.updateRole(Consumer<UpdateRoleRequest.Builder> updateRoleRequest)
Updates the description or maximum session duration setting of a role.
|
default UpdateRoleResponse |
IamClient.updateRole(UpdateRoleRequest updateRoleRequest)
Updates the description or maximum session duration setting of a role.
|
default UpdateRoleDescriptionResponse |
IamClient.updateRoleDescription(Consumer<UpdateRoleDescriptionRequest.Builder> updateRoleDescriptionRequest)
Use UpdateRole instead.
|
default UpdateRoleDescriptionResponse |
IamClient.updateRoleDescription(UpdateRoleDescriptionRequest updateRoleDescriptionRequest)
Use UpdateRole instead.
|
Copyright © 2022. All rights reserved.