Uses of Class
software.amazon.awssdk.services.iam.model.PutRolePolicyResponse
-
Packages that use PutRolePolicyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of PutRolePolicyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return PutRolePolicyResponse Modifier and Type Method Description default PutRolePolicyResponseIamClient. putRolePolicy(Consumer<PutRolePolicyRequest.Builder> putRolePolicyRequest)Adds or updates an inline policy document that is embedded in the specified IAM role.default PutRolePolicyResponseIamClient. putRolePolicy(PutRolePolicyRequest putRolePolicyRequest)Adds or updates an inline policy document that is embedded in the specified IAM role.Methods in software.amazon.awssdk.services.iam that return types with arguments of type PutRolePolicyResponse Modifier and Type Method Description default CompletableFuture<PutRolePolicyResponse>IamAsyncClient. putRolePolicy(Consumer<PutRolePolicyRequest.Builder> putRolePolicyRequest)Adds or updates an inline policy document that is embedded in the specified IAM role.default CompletableFuture<PutRolePolicyResponse>IamAsyncClient. putRolePolicy(PutRolePolicyRequest putRolePolicyRequest)Adds or updates an inline policy document that is embedded in the specified IAM role.
-