Uses of Class
software.amazon.awssdk.services.iam.model.AttachRolePolicyResponse
-
Packages that use AttachRolePolicyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of AttachRolePolicyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return AttachRolePolicyResponse Modifier and Type Method Description default AttachRolePolicyResponseIamClient. attachRolePolicy(Consumer<AttachRolePolicyRequest.Builder> attachRolePolicyRequest)Attaches the specified managed policy to the specified IAM role.default AttachRolePolicyResponseIamClient. attachRolePolicy(AttachRolePolicyRequest attachRolePolicyRequest)Attaches the specified managed policy to the specified IAM role.Methods in software.amazon.awssdk.services.iam that return types with arguments of type AttachRolePolicyResponse Modifier and Type Method Description default CompletableFuture<AttachRolePolicyResponse>IamAsyncClient. attachRolePolicy(Consumer<AttachRolePolicyRequest.Builder> attachRolePolicyRequest)Attaches the specified managed policy to the specified IAM role.default CompletableFuture<AttachRolePolicyResponse>IamAsyncClient. attachRolePolicy(AttachRolePolicyRequest attachRolePolicyRequest)Attaches the specified managed policy to the specified IAM role.
-